ForceStart - Scene

Member of: Scene Script

Starts the scene and force stops all scene currently running on any actors in this scene.

SyntaxEdit

Function ForceStart() native

ParametersEdit

None.

Return ValueEdit

None.

ExampleEdit

MyScene.ForceStart()

NotesEdit

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.

See AlsoEdit