Pause - Scene

From the Fallout4 CreationKit Wiki
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)
Jump to navigation Jump to search

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)

See Also[edit | edit source]