MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetDefs

Method GetDefs

neo/d3xp/script/Script_Program.h:385–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383
384 const char * Name( void ) const { return name; }
385 idVarDef * GetDefs( void ) const { return defs; }
386
387 void AddDef( idVarDef *def );
388 void RemoveDef( idVarDef *def );

Callers 1

GetDefListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected