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

Method GetSystemFunction

sdk/angelscript/source/as_context.cpp:378–381  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

376
377// interface
378asIScriptFunction *asCContext::GetSystemFunction()
379{
380 return m_callingSystemFunction;
381}
382
383// interface
384int asCContext::PushFunction(asIScriptFunction *func, void *object)

Callers 1

DebugCallFunction · 0.80

Calls

no outgoing calls

Tested by 1

DebugCallFunction · 0.64