Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ LuaCheckScene
Function
LuaCheckScene
engine/gui/src/gui_script.cpp:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
HScene LuaCheckScene(lua_State* L)
208
{
209
return GuiScriptInstance_Check(L);
210
}
211
212
static int GuiScriptInstance_tostring(lua_State *L)
213
{
Callers
1
LuaGetParent
Function · 0.85
Calls
1
GuiScriptInstance_Check
Function · 0.85
Tested by
no test coverage detected