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

Method GetFunction

neo/game/script/Script_Program.cpp:536–540  ·  view source on GitHub ↗

================ idTypeDef::GetFunction ================ */

Source from the content-addressed store, hash-verified

534================
535*/
536const function_t *idTypeDef::GetFunction( int funcNumber ) const {
537 assert( funcNumber >= 0 );
538 assert( funcNumber < functions.Num() );
539 return functions[ funcNumber ];
540}
541
542/*
543================

Callers

nothing calls this directly

Calls 2

NumMethod · 0.45
FindFunctionMethod · 0.45

Tested by

no test coverage detected