#include "../../../../client.h"
#include "../../../../ui/ui_main.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, struct dbuffer *msg) |
Network event function for TU reservation. Responsible for updating the HUD with the information that were received from the server. |
Definition in file e_event_actorreservationchange.c.
void CL_ActorReservationChange | ( | const eventRegister_t * | self, | |
struct 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 37 of file e_event_actorreservationchange.c.
References CL_ActorGetChr(), chrReservations_s::crouch, LE_Get(), LE_NotFoundError, NET_ReadFormat(), chrReservations_s::reaction, character_s::reservedTus, and chrReservations_s::shot.