|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include <event.hpp>
Public Member Functions | |
| LoadSoundCommandsEvent ()=default | |
| LoadSoundCommandsEvent (const std::vector< SoundCommand > &commands) | |
| DEF_SERIALIZE (Archive &ar, const unsigned int version) | |
Data Fields | |
| std::vector< SoundCommand > | commands |
Event sent by the server to a client, giving a partial update to the AudioTable
|
default |
|
inlineexplicit |
|
inline |
| std::vector<SoundCommand> LoadSoundCommandsEvent::commands |