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...")
Member of: Scene Script
Pauses or unpauses the scene
Syntax[edit | edit source]
Function Pause(bool abPause) native
Parameters[edit | edit source]
- abPause: True to pause the scene, false to unpause it.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Pause the scene until we're ready for it to continue
MySceneProperty.Pause(true)