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

Method FieldType

neo/game/script/Script_Program.cpp:422–428  ·  view source on GitHub ↗

================ idTypeDef::FieldType If type is a field, then returns it's type ================ */

Source from the content-addressed store, hash-verified

420================
421*/
422idTypeDef *idTypeDef::FieldType( void ) const {
423 if ( type != ev_field ) {
424 throw idCompileError( "idTypeDef::FieldType: tried to get field type on non-field type" );
425 }
426
427 return auxType;
428}
429
430/*
431================

Callers 7

AddFieldMethod · 0.45
GetVariableMethod · 0.45
AllocDefMethod · 0.45
LookupDefMethod · 0.45
GetExpressionMethod · 0.45
ParseObjectDefMethod · 0.45
GetRegisterValueMethod · 0.45

Calls 1

idCompileErrorClass · 0.70

Tested by

no test coverage detected