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

Method GetParmType

neo/d3xp/script/Script_Program.cpp:489–493  ·  view source on GitHub ↗

================ idTypeDef::GetParmType ================ */

Source from the content-addressed store, hash-verified

487================
488*/
489idTypeDef *idTypeDef::GetParmType( int parmNumber ) const {
490 assert( parmNumber >= 0 );
491 assert( parmNumber < parmTypes.Num() );
492 return parmTypes[ parmNumber ];
493}
494
495/*
496================

Callers 6

Event_ActivateMethod · 0.45
Event_CallFunctionMethod · 0.45
GetVariableMethod · 0.45
EmitFunctionParmsMethod · 0.45
ParseFunctionDefMethod · 0.45
ParseEventDefMethod · 0.45

Calls 1

NumMethod · 0.45

Tested by

no test coverage detected