|
Crossfire Server, Branches 1.12
R18729
|
#include <map.h>
Collaboration diagram for MapSpace:Data Fields | |
| object * | bottom |
| object * | faces_obj [MAP_LAYERS] |
| uint8 | flags |
| sint8 | light |
| MoveType | move_block |
| MoveType | move_off |
| MoveType | move_on |
| MoveType | move_slow |
| object * | pl |
| object * | top |
This structure contains all information related to one map square.
| object* MapSpace::faces_obj[MAP_LAYERS] |
| uint8 MapSpace::flags |
Flags about this space (see the P_ values above).
Definition at line 283 of file map.h.
Referenced by blocked_link(), and get_map_flags().
| MoveType MapSpace::move_block |
| MoveType MapSpace::move_off |
| MoveType MapSpace::move_slow |