UFO: Alien Invasion
|
#include "../../../../client.h"
#include "../../../cl_localentity.h"
#include "e_event_addbrushmodel.h"
#include "../../../../ui/ui_main.h"
Go to the source code of this file.
Functions | |
void | CL_AddBrushModel (const eventRegister_t *self, dbuffer *msg) |
Register local entities for SOLID_BSP models like func_breakable or func_door. More... | |
void CL_AddBrushModel | ( | const eventRegister_t * | self, |
dbuffer * | msg | ||
) |
Register local entities for SOLID_BSP models like func_breakable or func_door.
Definition at line 37 of file e_event_addbrushmodel.cpp.
References le_s::aabb, le_s::addFunc, le_s::angle, le_s::angles, cBspModel_s::cbmBox, cl, CL_RecalcRouting(), CM_SetInlineModelOrientation(), Com_Error(), Com_sprintf(), le_s::contents, CONTENTS_SOLID, le_s::dir, ERR_DROP, ET_BREAKABLE, ET_DOOR, ET_DOOR_SLIDING, ET_ROTATING, ET_TRIGGER_NEXTMAP, ET_TRIGGER_RESCUE, le_s::flags, AABB::getDiagonal(), le_s::inlineModelName, LE_Add(), LE_BrushModelAction(), LE_CHECK_LEVELFLAGS, LE_Get(), LE_GetClipModel(), LE_IsNotSolid, LE_SetThink(), LET_BrushModel(), le_s::levelflags, clientBattleScape_s::mapTiles, MAX_MODELS, le_s::model1, le_s::modelnum1, NET_ReadFormat(), le_s::oldOrigin, le_s::origin, le_s::pos, R_FindModel(), le_s::rotationSpeed, AABB::set(), le_s::size, le_s::slidingSpeed, le_s::type, type, UI_ExecuteConfunc(), VecToPos, and VectorCopy.