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

Method TypeDef

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

Source from the content-addressed store, hash-verified

351
352 void SetTypeDef( idTypeDef *_type ) { typeDef = _type; }
353 idTypeDef * TypeDef( void ) const { return typeDef; }
354 etype_t Type( void ) const { return ( typeDef != NULL ) ? typeDef->Type() : ev_void; }
355
356 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