44 Com_Printf(
"CL_ActorStats: stats for a player that is not controlled by us but by: %i (entnum: %i)\n",
55 Com_Printf(
"CL_ActorStats: LE (%i) not an actor (type: %i)\n", entnum, le->
type);
void CL_ActorResetMoveLength(le_t *le)
Recalculates the currently selected Actor's move length.
void HUD_UpdateActorStats(const le_t *le)
le_t * LE_Get(int entnum)
Searches all local entities for the one with the searched entnum.
#define LE_IsSelected(le)
#define LE_NotFoundError(entnum)
Primary header for client.
void Com_Printf(const char *const fmt,...)
void CL_ActorStats(const eventRegister_t *self, dbuffer *msg)
Parses the actor stats that comes from the netchannel.
void NET_ReadFormat(dbuffer *buf, const char *format,...)
The user-friendly version of NET_ReadFormat that reads variable arguments from a buffer according to ...
int NET_ReadShort(dbuffer *buf)
Struct that defines one particular event with all its callbacks and data.
const char * formatString
The format string that is used to write and parse this event.