Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
LoadSoundCommandsEvent Struct Reference

#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< SoundCommandcommands
 

Detailed Description

Event sent by the server to a client, giving a partial update to the AudioTable

Constructor & Destructor Documentation

◆ LoadSoundCommandsEvent() [1/2]

LoadSoundCommandsEvent::LoadSoundCommandsEvent ( )
default

◆ LoadSoundCommandsEvent() [2/2]

LoadSoundCommandsEvent::LoadSoundCommandsEvent ( const std::vector< SoundCommand > &  commands)
inlineexplicit

Member Function Documentation

◆ DEF_SERIALIZE()

LoadSoundCommandsEvent::DEF_SERIALIZE ( Archive &  ar,
const unsigned int  version 
)
inline

Field Documentation

◆ commands

std::vector<SoundCommand> LoadSoundCommandsEvent::commands

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