Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ InitScene
Function
InitScene
engine/gui/src/gui.cpp:2388–2391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2386
}
2387
2388
Result InitScene(HScene scene)
2389
{
2390
return RunScript(scene, SCRIPT_FUNCTION_INIT, LUA_NOREF, 0x0);
2391
}
2392
2393
Result FinalScene(HScene scene)
2394
{
Callers
5
TEST_F
Function · 0.50
InitializeScriptScene
Function · 0.50
TEST_F
Function · 0.50
CompGuiInit
Function · 0.50
CompGuiOnReload
Function · 0.50
Calls
1
RunScript
Function · 0.70
Tested by
3
TEST_F
Function · 0.40
InitializeScriptScene
Function · 0.40
TEST_F
Function · 0.40