|
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. | |
| Routing | routing |
| AABB | mapBox |
Definition at line 329 of file typedefs.h.
| AABB mapData_t::mapBox |
Definition at line 351 of file typedefs.h.
| unsigned mapData_t::mapChecksum |
Definition at line 336 of file typedefs.h.
| char mapData_t::mapEntityString[MAX_MAP_ENTSTRING] |
Definition at line 331 of file typedefs.h.
| int mapData_t::numInline |
Definition at line 334 of file typedefs.h.
| byte mapData_t::reroute[ACTOR_MAX_SIZE][PATHFINDING_WIDTH][PATHFINDING_WIDTH] |
Used to track where rerouting needs to occur.
Definition at line 340 of file typedefs.h.
| Routing mapData_t::routing |
Definition at line 341 of file typedefs.h.