Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhewm/dhewm3
/ GetDefs
Method
GetDefs
neo/game/script/Script_Program.h:371–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
370
const char * Name( void ) const { return name; }
371
idVarDef * GetDefs( void ) const { return defs; }
372
373
void AddDef( idVarDef *def );
374
void RemoveDef( idVarDef *def );
Callers
1
GetDefList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected