25 #include "../../../../client.h"
26 #include "../../../cl_localentity.h"
void LET_SlideDoor(le_t *le, int speed)
Slides a door.
void NET_ReadFormat(dbuffer *buf, const char *format,...)
The user-friendly version of NET_ReadFormat that reads variable arguments from a buffer according to ...
void Com_Error(int code, const char *fmt,...)
le_t * LE_Get(int entnum)
Searches all local entities for the one with the searched entnum.
static void LET_DoorSlidingClose(le_t *le)
void LET_RotateDoor(le_t *le, int speed)
Rotates a door in the given speed.
Struct that defines one particular event with all its callbacks and data.
void CL_DoorClose(const eventRegister_t *self, dbuffer *msg)
Callback for EV_DOOR_CLOSE event - rotates the inline model and recalc routing.
localEntityThinkFunc_t think
void LE_SetThink(le_t *le, localEntityThinkFunc_t think)
static void LET_DoorRotatingClose(le_t *le)
#define LE_NotFoundError(entnum)