25 #include "../../../../client.h" 26 #include "../../../cl_localentity.h" void LET_SlideDoor(le_t *le, int speed)
Slides a door.
static void LET_DoorRotatingOpen(le_t *le)
localEntityThinkFunc_t think
void CL_DoorOpen(const eventRegister_t *self, dbuffer *msg)
Callback for EV_DOOR_OPEN event - rotates the inline model and recalc routing.
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,...)
Struct that defines one particular event with all its callbacks and data.
le_t * LE_Get(int entnum)
Searches all local entities for the one with the searched entnum.
void LET_RotateDoor(le_t *le, int speed)
Rotates a door in the given speed.
static void LET_DoorSlidingOpen(le_t *le)
void LE_SetThink(le_t *le, localEntityThinkFunc_t think)
#define LE_NotFoundError(entnum)