SoundCategorySnapshot Script

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.

DefinitionEdit

Scriptname SoundCategorySnapshot extends Form Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

  • 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.

EventsEdit

None