MCPcopy Create free account
hub / github.com/anjo76/angelscript / CallGlobalFunctionRetPtr

Method CallGlobalFunctionRetPtr

sdk/angelscript/source/as_scriptengine.cpp:4741–4746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4739}
4740
4741void *asCScriptEngine::CallGlobalFunctionRetPtr(int func) const
4742{
4743 asCScriptFunction *s = scriptFunctions[func];
4744 asASSERT( s != 0 );
4745 return CallGlobalFunctionRetPtr(s->sysFuncIntf, s);
4746}
4747
4748void *asCScriptEngine::CallGlobalFunctionRetPtr(int func, void *param1) const
4749{

Callers 1

Calls 1

GetReturnPointerMethod · 0.80

Tested by

no test coverage detected