Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
Terraria.Audio.CueAudioTrack Class Reference

Public Member Functions

 CueAudioTrack (SoundBank bank, string cueName)
 
void Stop (AudioStopOptions options)
 
void Play ()
 
void SetVariable (string variableName, float value)
 
void Resume ()
 
void Reuse ()
 
void Pause ()
 
void Dispose ()
 
void Update ()
 

Properties

bool IsPlaying [get]
 
bool IsStopped [get]
 
bool IsPaused [get]
 

Private Attributes

Cue _cue
 
string _cueName
 
SoundBank _soundBank
 

Detailed Description

Definition at line 6 of file CueAudioTrack.cs.


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