![]() |
ManiaPlanet 3 ManiaScript Reference 2015.06.18.1510
A ManiaScript Reference of the ManiaPlanet 3 game (frozen installation). This is OUTDATED, and exists only for entertainment purposes.
|
Public Types | |
| enum | ELibSound { Alert , ShowDialog , HideDialog , ShowMenu , HideMenu , Focus , Valid , Start , Countdown , Victory , ScoreIncrease , Checkpoint } |
Public Member Functions | |
| CAudioSound | CreateSound (Text Url) |
| CAudioSound | CreateSound (Text Url, Real VolumedB, Boolean IsMusic, Boolean IsLooping, Boolean IsSpatialized) |
| Void | DestroySound (CAudioSound Sound) |
| Void | PlaySoundEvent (CAudioSound Sound, Real VolumedB) |
| Void | PlaySoundEvent (Text Url, Real VolumedB) |
| Void | PlaySoundEvent (ELibSound Sound, Integer SoundVariant, Real VolumedB) |
| Void | PlaySoundEvent (CAudioSound Sound, Real VolumedB, Integer Delay) |
| Void | PlaySoundEvent (Text Url, Real VolumedB, Integer Delay) |
| Void | PlaySoundEvent (ELibSound Sound, Integer SoundVariant, Real VolumedB, Integer Delay) |
| Void | ClearAllDelayedSoundsEvents () |
Public Attributes | |
| const CAudioSound[] | Sounds |
| Boolean | ForceEnableMusic |
| Real | LimitMusicVolumedB |
Public Attributes inherited from CNod | |
| const Ident | Id |