MCPcopy 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_FFunction · 0.50
InitializeScriptSceneFunction · 0.50
TEST_FFunction · 0.50
CompGuiInitFunction · 0.50
CompGuiOnReloadFunction · 0.50

Calls 1

RunScriptFunction · 0.70

Tested by 3

TEST_FFunction · 0.40
InitializeScriptSceneFunction · 0.40
TEST_FFunction · 0.40