Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_AddMount
Function · 0.85
EMSCRIPTEN_KEEPALIVE dmScript_RunInteractionCallback
Function · 0.85
OnContextEvent
Function · 0.85
PrewarmTextCallback
Function · 0.85
RunCallback
Function · 0.85
RunCollisionWorldCallback
Function · 0.85
RunBatchedEventCallback
Function · 0.85
DispatchCompletedRequest
Function · 0.85
HandleRequestCompleted
Function · 0.85
ScriptModelAnimationCallback
Function · 0.85
EmitterStateChangedCallback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected