Skip to content

snd::Setting

snd::Setting structure

Name Type Condition Description
volume ValidatedUbiSubResource 1
fadeIn ValidatedUbiSubResource 1
fadeInCurve uint32
fadeOut ValidatedUbiSubResource 1
fadeOutCurve uint32
pitch ValidatedUbiSubResource 1
nLoops ValidatedUbiSubResource 2 version < 3 If x = nLoops.Get(), x < 501, this field is converted to [snd::InitValueConst]<int32> with nLoops.const = x. Otherwise, this field is set to NULL.
nLoops ValidatedUbiSubResource 3 version >= 3
panning ValidatedUbiSubResource 4
position ValidatedUbiSubResource 5
behaviour int32

  1. If isValid, Revelation assumes type to be one of the "snd::InitValue" types with a float32 value type. 

  2. If isValid, Revelation assumes type to be one of the "snd::InitValue" types with a uint32 value type. 

  3. If isValid, Revelation assumes type to be one of the "snd::InitValue" types with a int32 value type. 

  4. If isValid, Revelation assumes type to be snd::VirtualPanning

  5. If isValid, Revelation assumes type to be one of the "snd::InitValue" types with a Vector3 value type.