MCPcopy Create free account
hub / github.com/ZDoom/gzdoom / Clear

Method Clear

src/scriptutil.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36static TMap<FName, VMFunction*> functions;
37
38void ScriptUtil::Clear()
39{
40 parameters.Clear();
41 functions.Clear();
42}
43
44void ScriptUtil::BuildParameters(va_list ap)
45{

Callers 15

CT_InitFunction · 0.45
CT_ClearChatMessageFunction · 0.45
D_InitGameFunction · 0.45
D_CleanupFunction · 0.45
PlayerRebornMethod · 0.45
~userinfo_tMethod · 0.45
G_LeavingHubFunction · 0.45
G_ClearHubInfoFunction · 0.45
AM_StaticInitFunction · 0.45
p_states.cppFile · 0.45
MakeStateListMethod · 0.45
MakeStateDefinesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected