45 Com_Error(
ERR_DROP,
"Can't turn, LE doesn't exist or is not an actor (number: %i, type: %i)\n",
le_t * LE_Get(int entnum)
Searches all local entities for the one with the searched entnum.
bool LE_IsActor(const le_t *le)
Checks whether the given le is a living actor.
#define LE_NotFoundError(entnum)
Primary header for client.
void Com_Error(int code, const char *fmt,...)
void CL_ActorDoTurn(const eventRegister_t *self, dbuffer *msg)
Turns actor.
const float directionAngles[CORE_DIRECTIONS]
void NET_ReadFormat(dbuffer *buf, const char *format,...)
The user-friendly version of NET_ReadFormat that reads variable arguments from a buffer according to ...
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.