[Command] sceneStart
Posted: Thu Nov 04, 2021 8:16 pm
sceneStart()
USE:
Start the scene and open the scene UI
TYPE: Command, non-Ref
RETURNS: /
THEME: Scenes
COMPARE: sceneEnd, setBackground
EXAMPLE:
USE:
Start the scene and open the scene UI
TYPE: Command, non-Ref
RETURNS: /
THEME: Scenes
COMPARE: sceneEnd, setBackground
EXAMPLE:
Code: Select all
WHAT: none
WHERE: none
WHEN: 0 - 24
WHO: none
OTHER: none
SceneStart()
//My scene content here...
SceneEnd()