MCPcopy Create free account
hub / github.com/defold/defold / GetCallbackLuaContext

Function GetCallbackLuaContext

engine/script/src/script.cpp:1888–1891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1886 }
1887
1888 lua_State* GetCallbackLuaContext(LuaCallbackInfo* cbk)
1889 {
1890 return cbk ? cbk->m_L : 0;
1891 }
1892
1893 void DestroyCallback(LuaCallbackInfo* cbk)
1894 {

Callers 11

Callback_AddMountFunction · 0.85
OnContextEventFunction · 0.85
PrewarmTextCallbackFunction · 0.85
RunCallbackFunction · 0.85
RunBatchedEventCallbackFunction · 0.85
DispatchCompletedRequestFunction · 0.85
HandleRequestCompletedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected