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

Method SetTypeDef

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

Source from the content-addressed store, hash-verified

336 const char * GlobalName( void ) const;
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

Callers 5

EmitFunctionParmsMethod · 0.45
LookupDefMethod · 0.45
GetTermMethod · 0.45
GetExpressionMethod · 0.45
ParseReturnStatementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected