SoundWaveVariation

Inherits from DataContainer

Summary

Constructors

SoundWaveVariation()
SoundWaveVariation(guid: Guid)
SoundWaveVariation(other: DataContainer)

Properties

Name Type
subtitles SoundWaveSubtitle[]
seekTablesSize int
segments SoundWaveVariationSegment[]
chunkIndex int
firstLoopSegmentIndex int
lastLoopSegmentIndex int

Static members

Name Type
SoundWaveVariation.typeInfo TypeInformation

Constructors

SoundWaveVariation

SoundWaveVariation()

Creates a new SoundWaveVariation frostbite instance.

SoundWaveVariation

SoundWaveVariation(guid: Guid)

Creates a new SoundWaveVariation frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

SoundWaveVariation

SoundWaveVariation(other: DataContainer)

Casts an instance of type DataContainer to SoundWaveVariation. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to SoundWaveVariation.

Properties

subtitles

SoundWaveSubtitle[]

seekTablesSize

int

segments

SoundWaveVariationSegment[]

chunkIndex

int

firstLoopSegmentIndex

int

lastLoopSegmentIndex

int

Static members

typeInfo

TypeInformation

The type information for the SoundWaveVariation type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)