ForceStart - Scene
Jump to navigation
Jump to search
Member of: Scene Script
Starts the scene and force stops all scene currently running on any actors in this scene.
Syntax[edit | edit source]
Function ForceStart() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Example[edit | edit source]
MyScene.ForceStart()
Notes[edit | edit source]
Use with caution - because this actually STOPS the currently running scene on all the actors, you should only use this for transitions between two scenes with identical actors - otherwise you could be stopping another scene without realizing it when you call this.