Difference between revisions of "SoundCategorySnapshot Script"
Jump to navigation
Jump to search
imported>Google1 |
imported>Qazaaq (crosslinked) |
||
Line 1: | Line 1: | ||
'''Extends:''' [[Form Script]] | '''Extends:''' [[Form Script]] | ||
<BR/> | |||
'''Editor:''' [[Category Snapshot]] | |||
Script for the manipulation of sound category snapshots. A sound category snapshot is a set of preconfigured volume multipliers for any number of sound categories | Script for the manipulation of sound category snapshots. A sound category snapshot is a set of preconfigured volume multipliers for any number of sound categories. | ||
== Definition == | == Definition == | ||
Line 26: | Line 24: | ||
== Events == | == Events == | ||
None | None | ||
[[Category:Scripting]] | |||
[[Category:Papyrus]] | |||
[[Category:Script Objects]] | |||
[[Category:Audio]] |
Latest revision as of 00:05, 2 November 2017
Extends: Form Script
Editor: Category Snapshot
Script for the manipulation of sound category snapshots. A sound category snapshot is a set of preconfigured volume multipliers for any number of sound categories.
Definition[edit | edit source]
Scriptname SoundCategorySnapshot extends Form Native Hidden
Properties[edit | edit source]
None
Global Functions[edit | edit source]
None
Member Functions[edit | edit source]
- Function Push(float afTransitionSecs)
- Push this snapshot to the global category snapshot priority-stack, transitioning over the given time value when becoming active.
- Function Remove()
- Removes this snapshot from the global category snapshot stack.
Events[edit | edit source]
None