Pause - Scene

From the Fallout4 CreationKit Wiki
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]