UFO: Alien Invasion
|
#include <typedefs.h>
Data Fields | |
char | mapEntityString [MAX_MAP_ENTSTRING] |
int | numInline |
unsigned | mapChecksum |
byte | reroute [ACTOR_MAX_SIZE][PATHFINDING_WIDTH][PATHFINDING_WIDTH] |
Used to track where rerouting needs to occur. More... | |
Routing | routing |
AABB | mapBox |
Definition at line 329 of file typedefs.h.
AABB mapData_s::mapBox |
Definition at line 351 of file typedefs.h.
Referenced by CL_BattlescapeRadarMapInFrameBuffer(), CL_CenterCameraIntoMap_f(), CL_ClampCamToMap(), CL_OutsideMap(), CM_AddMapTile(), CMod_RerouteMap(), uiRadarNode::draw(), uiRadarNode::onCapturedMouseMove(), SV_ClearWorld(), SV_GridIsOnMap(), TEST_F(), UI_BuildRadarImageList(), UI_InitRadar(), and Weather::update().
unsigned mapData_s::mapChecksum |
Definition at line 336 of file typedefs.h.
Referenced by CL_CanMultiplayerStart(), CM_AddMapTile(), and SV_Map().
char mapData_s::mapEntityString[MAX_MAP_ENTSTRING] |
Definition at line 331 of file typedefs.h.
Referenced by CL_SpawnParseEntitystring(), CMod_LoadEntityString(), and SV_Map().
int mapData_s::numInline |
Definition at line 334 of file typedefs.h.
Referenced by CM_AddMapTile(), CMod_LoadEntityString(), and SV_Map().
byte mapData_s::reroute[ACTOR_MAX_SIZE][PATHFINDING_WIDTH][PATHFINDING_WIDTH] |
Used to track where rerouting needs to occur.
Definition at line 340 of file typedefs.h.
Referenced by CMod_LoadRouting(), and CMod_RerouteMap().
Routing mapData_s::routing |
Definition at line 341 of file typedefs.h.
Referenced by CL_ActorAdd(), CL_ActorAppear(), CL_ActorConditionalMoveCalc(), CL_ActorMouseTrace(), CL_ActorMoveMode(), CL_ActorStandCrouch_f(), CL_ActorTraceMove(), CL_AddPathingBox(), CL_AddTargetingBox(), CL_DisplayFloorArrows(), CL_DisplayObstructionArrows(), CL_EntAppear(), CL_GridRecalcRouting(), CL_TargetingGrenade(), CL_TargetingStraight(), CMod_LoadRouting(), CMod_RerouteMap(), HUD_MapDebugCursor(), LE_ActorGetStepTime(), LE_PlaceItem(), LET_PathMove(), SV_CanActorStandHere(), SV_GridCalcPathing(), SV_GridFall(), SV_GridFindPath(), SV_GridPosToVec(), SV_RecalcRouting(), and TEST_F().