#include <string>
#include <chrono>
#include <unordered_map>
Go to the source code of this file.
|
| enum class | ClientMusic {
MenuTheme
, MazeExplorationPlayersTheme
, MazeExplorationDMTheme
, RelayRacePlayersTheme
,
RelayRaceDMTheme
} |
| |
| enum class | ClientSFX { VictoryThemePlayers
, VictoryThemeDM
} |
| |
| enum class | ServerSFX {
ArrowShoot
, ArrowImpact
, FireballShoot
, FireballImpact
,
SlimeJump
, SlimeLand
, PlayerJump
, PlayerLand
,
PlayerWalk1
, PlayerWalk2
, PlayerWalk3
, PlayerWalk4
,
PlayerWalk5
, CeilingSpikeTrigger
, CeilingSpikeImpact
, TorchLoop
,
Thunder
, Dagger
, Sword
, Hammer
,
Minotaur
, Python
, Teleport
, Potion
,
Spell
, ItemPickUp
, ItemDrop
, MirrorShatter
,
TEMP
, PlayersStartTheme
, ZeusStartTheme
, ElectricHum
,
IntroGateOpen
, Wind
, MinotaurDeath
} |
| |
◆ GET_CLIENT_MUSICS
| #define GET_CLIENT_MUSICS |
( |
| ) |
|
Value: { \
}
@ MazeExplorationPlayersTheme
◆ GET_CLIENT_SFXS
| #define GET_CLIENT_SFXS |
( |
| ) |
|
◆ GET_SERVER_SFXS
| #define GET_SERVER_SFXS |
( |
| ) |
|
◆ ClientMusic
| Enumerator |
|---|
| MenuTheme | |
| MazeExplorationPlayersTheme | |
| MazeExplorationDMTheme | |
| RelayRacePlayersTheme | |
| RelayRaceDMTheme | |
◆ ClientSFX
| Enumerator |
|---|
| VictoryThemePlayers | |
| VictoryThemeDM | |
◆ ServerSFX
| Enumerator |
|---|
| ArrowShoot | |
| ArrowImpact | |
| FireballShoot | |
| FireballImpact | |
| SlimeJump | |
| SlimeLand | |
| PlayerJump | |
| PlayerLand | |
| PlayerWalk1 | |
| PlayerWalk2 | |
| PlayerWalk3 | |
| PlayerWalk4 | |
| PlayerWalk5 | |
| CeilingSpikeTrigger | |
| CeilingSpikeImpact | |
| TorchLoop | |
| Thunder | |
| Dagger | |
| Sword | |
| Hammer | |
| Minotaur | |
| Python | |
| Teleport | |
| Potion | |
| Spell | |
| ItemPickUp | |
| ItemDrop | |
| MirrorShatter | |
| TEMP | |
| PlayersStartTheme | |
| ZeusStartTheme | |
| ElectricHum | |
| IntroGateOpen | |
| Wind | |
| MinotaurDeath | |
◆ getAudioPath() [1/3]
◆ getAudioPath() [2/3]
◆ getAudioPath() [3/3]
◆ SERVER_SFX_LENS
| const std::unordered_map<ServerSFX, std::chrono::milliseconds> SERVER_SFX_LENS |