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

Method TypeDef

neo/game/script/Script_Program.h:339–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337
338 void SetTypeDef( idTypeDef *_type ) { typeDef = _type; }
339 idTypeDef * TypeDef( void ) const { return typeDef; }
340 etype_t Type( void ) const { return ( typeDef != NULL ) ? typeDef->Type() : ev_void; }
341
342 int DepthOfScope( const idVarDef *otherScope ) const;

Callers 15

AddFunctionMethod · 0.45
AllocDefMethod · 0.45
GetDefMethod · 0.45
FindFreeResultDefMethod · 0.45
FindFunctionMethod · 0.45
Script_Program.cppFile · 0.45
CompileTextMethod · 0.45
FindImmediateMethod · 0.45
EmitOpcodeMethod · 0.45
EmitPushMethod · 0.45
EmitFunctionParmsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected