Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
static TMap<FName, VMFunction*> functions;
37
38
void ScriptUtil::Clear()
39
{
40
parameters.Clear();
41
functions.Clear();
42
}
43
44
void ScriptUtil::BuildParameters(va_list ap)
45
{
Callers
15
CT_Init
Function · 0.45
CT_ClearChatMessage
Function · 0.45
D_InitGame
Function · 0.45
D_Cleanup
Function · 0.45
PlayerReborn
Method · 0.45
~userinfo_t
Method · 0.45
G_LeavingHub
Function · 0.45
G_ClearHubInfo
Function · 0.45
AM_StaticInit
Function · 0.45
p_states.cpp
File · 0.45
MakeStateList
Method · 0.45
MakeStateDefines
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected