|
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. | |
| 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_t::aabb, le_t::addFunc, le_t::angle, le_t::angles, cBspModel_t::cbmBox, cl, CL_RecalcRouting(), CM_SetInlineModelOrientation(), Com_Error(), Com_sprintf(), le_t::contents, CONTENTS_SOLID, le_t::dir, ERR_DROP, ET_BREAKABLE, ET_DOOR, ET_DOOR_SLIDING, ET_ROTATING, ET_TRIGGER_NEXTMAP, ET_TRIGGER_RESCUE, le_t::flags, eventRegister_t::formatString, AABB::getDiagonal(), le_t::inlineModelName, LE_Add(), LE_BrushModelAction(), LE_CHECK_LEVELFLAGS, LE_Get(), LE_GetClipModel(), LE_IsNotSolid, LE_SetThink(), LET_BrushModel(), le_t::levelflags, MAX_MODELS, le_t::model1, le_t::modelnum1, NET_ReadFormat(), le_t::oldOrigin, le_t::origin, le_t::pos, R_FindModel(), le_t::rotationSpeed, AABB::set(), le_t::size, le_t::slidingSpeed, le_t::type, type, UI_ExecuteConfunc(), VecToPos, and VectorCopy.