Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Audio.SoundPlayer Class Reference

Public Member Functions

SlotId Play (SoundStyle style, Vector2 position)
 
SlotId PlayLooped (SoundStyle style, Vector2 position, ActiveSound.LoopedPlayCondition loopingCondition)
 
void Reload ()
 
SlotId Play (SoundStyle style)
 
ActiveSound GetActiveSound (SlotId id)
 
void PauseAll ()
 
void ResumeAll ()
 
void StopAll ()
 
void Update ()
 
ActiveSound FindActiveSound (SoundStyle style)
 

Private Attributes

readonly SlotVector< ActiveSound_trackedSounds = new SlotVector<ActiveSound>(4096)
 

Detailed Description

Definition at line 7 of file SoundPlayer.cs.


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