MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Script_FadeIn

Function Script_FadeIn

code/ui/ui_shared.cpp:2081–2090  ·  view source on GitHub ↗

================= Script_FadeIn ================= */

Source from the content-addressed store, hash-verified

2079=================
2080*/
2081qboolean Script_FadeIn(itemDef_t *item, const char **args)
2082{
2083 const char *name;
2084 if (String_Parse(args, &name))
2085 {
2086 Menu_FadeItemByName((menuDef_t *) item->parent, name, qfalse);
2087 }
2088
2089 return qtrue;
2090}
2091
2092/*
2093=================

Callers

nothing calls this directly

Calls 2

String_ParseFunction · 0.70
Menu_FadeItemByNameFunction · 0.70

Tested by

no test coverage detected