Pause - Scene

Revision as of 11:41, 2 January 2014 by imported>Iceburg333 (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Scene Script Pauses or unpauses the scene == Syntax == <source lang="papyrus"> Function Pause(bool abPause) nat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Scene Script

Pauses or unpauses the scene

SyntaxEdit

Function Pause(bool abPause) native

ParametersEdit

  • abPause: True to pause the scene, false to unpause it.

Return ValueEdit

None.

ExamplesEdit

; Pause the scene until we're ready for it to continue
MySceneProperty.Pause(true)

See AlsoEdit