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

Method SetTypeDef

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

Source from the content-addressed store, hash-verified

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

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