UFO: Alien Invasion
Loading...
Searching...
No Matches
mapData_t Struct Reference

#include <typedefs.h>

Collaboration diagram for mapData_t:
Collaboration graph

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.
Routing routing
AABB mapBox

Detailed Description

Definition at line 329 of file typedefs.h.

Field Documentation

◆ mapBox

AABB mapData_t::mapBox
Note
The vectors are from 0 up to 2*MAX_WORLD_WIDTH - but not negative
holds the smallest bounding box that will contain the map
See also
CL_ClampCamToMap
CL_OutsideMap
CMod_GetMapSize
SV_ClearWorld

Definition at line 351 of file typedefs.h.

◆ mapChecksum

unsigned mapData_t::mapChecksum

Definition at line 336 of file typedefs.h.

◆ mapEntityString

char mapData_t::mapEntityString[MAX_MAP_ENTSTRING]
Note
holds all entity data as a single parsable string

Definition at line 331 of file typedefs.h.

◆ numInline

int mapData_t::numInline
Note
holds the number of inline entities, e.g. ET_DOOR

Definition at line 334 of file typedefs.h.

◆ reroute

Used to track where rerouting needs to occur.

Todo
not threadsafe

Definition at line 340 of file typedefs.h.

◆ routing

Routing mapData_t::routing

Definition at line 341 of file typedefs.h.


The documentation for this struct was generated from the following file: