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

Method CallLineCallback

sdk/angelscript/source/as_context.cpp:5737–5743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5735}
5736
5737void asCContext::CallLineCallback()
5738{
5739 if( m_lineCallbackFunc.callConv < ICC_THISCALL )
5740 m_engine->CallGlobalFunction(this, m_lineCallbackObj, &m_lineCallbackFunc, 0);
5741 else
5742 m_engine->CallObjectMethod(m_lineCallbackObj, this, &m_lineCallbackFunc, 0);
5743}
5744
5745// interface
5746int asCContext::SetExceptionCallback(const asSFuncPtr &callback, void *obj, int callConv)

Callers

nothing calls this directly

Calls 2

CallGlobalFunctionMethod · 0.80
CallObjectMethodMethod · 0.80

Tested by

no test coverage detected