tModLoader v2025.01
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
IAudioTrack Interface Reference

Inherits IDisposable.

Inherited by ASoundEffectBasedAudioTrack, and CueAudioTrack.

Public Member Functions

void Pause ()
 
void Play ()
 
void Resume ()
 
void Reuse ()
 
void SetVariable (string variableName, float value)
 
void Stop (AudioStopOptions options)
 
void Update ()
 

Properties

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