tModLoader v2024.02
A mod to make and play Terraria mods
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]