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

Method GetDestructor

neo/game/script/Script_Program.cpp:1052–1057  ·  view source on GitHub ↗

============ idScriptObject::GetDestructor ============ */

Source from the content-addressed store, hash-verified

1050============
1051*/
1052const function_t *idScriptObject::GetDestructor( void ) const {
1053 const function_t *func;
1054
1055 func = GetFunction( "destroy" );
1056 return func;
1057}
1058
1059/*
1060============

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected