#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. | |
routing_t | map [ACTOR_MAX_SIZE] |
vec3_t | mapMin |
vec3_t | mapMax |
Definition at line 192 of file typedefs.h.
routing_t mapData_s::map[ACTOR_MAX_SIZE] |
routing table
Definition at line 205 of file typedefs.h.
Referenced by CMod_LoadRouting(), CMod_RerouteMap(), and SV_InitGameProgs().
unsigned mapData_s::mapChecksum |
Definition at line 199 of file typedefs.h.
Referenced by CM_AddMapTile(), and SV_Map().
char mapData_s::mapEntityString[MAX_MAP_ENTSTRING] |
Definition at line 194 of file typedefs.h.
Referenced by CMod_LoadEntityString(), and SV_Map().
Definition at line 215 of file typedefs.h.
Referenced by CM_AddMapTile(), CMod_RerouteMap(), and SV_ClearWorld().
Definition at line 215 of file typedefs.h.
Referenced by CM_AddMapTile(), CMod_RerouteMap(), and SV_ClearWorld().
Definition at line 197 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 203 of file typedefs.h.
Referenced by CMod_LoadRouting(), and CMod_RerouteMap().