|
UFO: Alien Invasion
|
#include "../../../../client.h"#include "../../../cl_localentity.h"#include "../../../cl_actor.h"#include "e_event_actorreservationchange.h"
Go to the source code of this file.
Functions | |
| void | CL_ActorReservationChange (const eventRegister_t *self, dbuffer *msg) |
| Network event function for TU reservation. Responsible for updating the HUD with the information that were received from the server. | |
| void CL_ActorReservationChange | ( | const eventRegister_t * | self, |
| dbuffer * | msg ) |
Network event function for TU reservation. Responsible for updating the HUD with the information that were received from the server.
| self | The event pointer |
| msg | The network message to parse the event data from |
Definition at line 36 of file e_event_actorreservationchange.cpp.
References CL_ActorGetChr(), chrReservations_t::crouch, eventRegister_t::formatString, LE_Get(), LE_NotFoundError, NET_ReadFormat(), chrReservations_t::reaction, character_t::reservedTus, and chrReservations_t::shot.