Pause - SoundCategory

From the Fallout4 CreationKit Wiki
Revision as of 14:15, 26 October 2011 by imported>Plplecuyer (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: SoundCategory Script

Pause any sounds in the given sound category.

Syntax[edit | edit source]

Function Pause() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Pause all bird sounds.
BirdSongsCategory.Pause()

See Also[edit | edit source]