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

Method GetConstructor

neo/game/script/Script_Program.cpp:1040–1045  ·  view source on GitHub ↗

============ idScriptObject::GetConstructor ============ */

Source from the content-addressed store, hash-verified

1038============
1039*/
1040const function_t *idScriptObject::GetConstructor( void ) const {
1041 const function_t *func;
1042
1043 func = GetFunction( "init" );
1044 return func;
1045}
1046
1047/*
1048============

Callers 3

ConstructScriptObjectMethod · 0.45
ConstructScriptObjectMethod · 0.45
ConstructScriptObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected