|
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.
Definition at line 44 of file grid.h.
References fbList, fbListLength, MAX_FORBIDDENLIST, and Sys_Error().
|
inline |
|
inline |
Definition at line 64 of file grid.h.
Referenced by Grid_CheckForbidden().
Definition at line 54 of file grid.h.
References fbList, and fbListLength.
Referenced by Grid_CheckForbidden().
|
inline |
|
private |
|
private |