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

Method GetParmName

neo/game/script/Script_Program.cpp:500–504  ·  view source on GitHub ↗

================ idTypeDef::GetParmName ================ */

Source from the content-addressed store, hash-verified

498================
499*/
500const char *idTypeDef::GetParmName( int parmNumber ) const {
501 assert( parmNumber >= 0 );
502 assert( parmNumber < parmTypes.Num() );
503 return parmNames[ parmNumber ];
504}
505
506/*
507================

Callers 2

GetVariableMethod · 0.45
ParseFunctionDefMethod · 0.45

Calls 1

NumMethod · 0.45

Tested by

no test coverage detected