UFO: Alien Invasion
|
A list of locations that cannot be moved to. More...
#include <grid.h>
Public Member Functions | |
forbiddenList_s () | |
void | add (pos3_t pos, byte *entSize) |
void | reset () |
pos_t ** | getNext (pos_t **prev) |
actorSizeEnum_t | getEntSize (pos_t **current) |
Private Attributes | |
pos_t * | fbList [MAX_FORBIDDENLIST] |
int | fbListLength |
A list of locations that cannot be moved to.
|
inline |
Definition at line 44 of file grid.h.
References MAX_FORBIDDENLIST, and Sys_Error().
Referenced by CL_BuildForbiddenList(), G_BuildForbiddenList(), and TEST_F().
|
inline |
Definition at line 64 of file grid.h.
Referenced by Grid_CheckForbidden().
|
inline |
Definition at line 51 of file grid.h.
Referenced by CL_BuildForbiddenList(), forbiddenList_s(), G_BuildForbiddenList(), and TEST_F().
|
private |
|
private |