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

Method GetFunction

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

================ idProgram::GetFunction ================ */

Source from the content-addressed store, hash-verified

551================
552*/
553ID_INLINE function_t *idProgram::GetFunction( int index ) {
554 return &functions[ index ];
555}
556
557/*
558================

Callers 13

SetStateMethod · 0.45
GetScriptFunctionMethod · 0.45
SetAnimStateMethod · 0.45
Event_ActivateMethod · 0.45
UpdateSkinMethod · 0.45
SetStateMethod · 0.45
Event_WeaponStateMethod · 0.45
Event_HasFunctionMethod · 0.45
Event_CallFunctionMethod · 0.45
ParseObjectDefMethod · 0.45
RestoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected