void LET_RotateDoor(le_t *le, int speed)
Rotates a door in the given speed.
void LE_SetThink(le_t *le, localEntityThinkFunc_t think)
void LET_SlideDoor(le_t *le, int speed)
Slides a door.
le_t * LE_Get(int entnum)
Searches all local entities for the one with the searched entnum.
#define LE_NotFoundError(entnum)
Primary header for client.
void Com_Error(int code, const char *fmt,...)
static void LET_DoorSlidingOpen(le_t *le)
void CL_DoorOpen(const eventRegister_t *self, dbuffer *msg)
Callback for EV_DOOR_OPEN event - rotates the inline model and recalc routing.
static void LET_DoorRotatingOpen(le_t *le)
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.
localEntityThinkFunc_t think