terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
Cue (SoundEffect musicSource) | |
void | Play () |
void | Pause () |
void | Resume () |
void | Stop (AudioStopOptions option) |
void | SetVariable (string id, float value) |
Properties | |
bool | IsPaused [get] |
bool | IsPlaying [get] |
bool | IsStopped [get] |
Private Attributes | |
bool | _paused |
float | _pausedTime |
SoundEffectInstance | _audioInstance |
SoundEffect | _effect |