|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Public Member Functions | |
| ActiveSound (SoundStyle style, Vector2? position=null, SoundUpdateCallback? updateCallback=null) | |
| void | Pause () |
| void | Resume () |
| void | Stop () |
| void | Update () |
Public Attributes | |
| SoundUpdateCallback? | Callback |
| float | Pitch |
| Vector2? | Position |
| float | Volume |
Properties | |
| bool | IsPlaying [get] |
| bool | IsPlayingOrPaused [get] |
| SoundEffectInstance? | Sound [get] |
| SoundStyle | Style [get] |