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

Method GetFunction

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

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

Source from the content-addressed store, hash-verified

565================
566*/
567ID_INLINE function_t *idProgram::GetFunction( int index ) {
568 return &functions[ index ];
569}
570
571/*
572================

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