Stop - Scene

From the CreationKit Wiki
Revision as of 15:01, 26 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Scene Script

Stops the scene.

Syntax[edit | edit source]

Function Stop() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Stops the scene
BoringScene.Stop()

See Also[edit | edit source]