sc2-gamedata
Public Attributes | List of all members
CSoundtrack Class Reference

Generic. More...

#include <Soundtrack.h>

Collaboration diagram for CSoundtrack:
Collaboration graph
[legend]

Public Attributes

std::vector< SSoundtrackCueCueArray
 Cues. More...
 
CiRange Delay
 Delay. More...
 
CFlags Flags
 Flags. More...
 
ESoundSelect Select
 Selection. More...
 
CSoundtrackLink Next
 Next. More...
 

Detailed Description

Generic.

Remarks
Unknown

Member Data Documentation

◆ CueArray

std::vector<SSoundtrackCue> CSoundtrack::CueArray

Cues.

Cue parameters for each sound in the soundtrack. These parameters also let you add tracks to the soundtrack.

◆ Delay

CiRange CSoundtrack::Delay

Delay.

Delay time between songs in the soundtrack

Remarks
minValue: 0,0

◆ Flags

CFlags CSoundtrack::Flags

Flags.

Flags for the soundtrack item.

Remarks
indexEnum: ESoundtrackFlag

◆ Next

CSoundtrackLink CSoundtrack::Next

Next.

◆ Select

ESoundSelect CSoundtrack::Select

Selection.

Order in which the game selects sounds from the soundtrack


The documentation for this class was generated from the following file: