Crossfire Server, Trunk
|
#include <map.h>
Data Fields | |
object * | bottom |
object * | faces_obj [MAP_LAYERS] |
uint8_t | flags |
int8_t | 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_t MapSpace::flags |
Flags about this space (see the P_ values above).
Definition at line 258 of file map.h.
Referenced by get_map_flags().
MoveType MapSpace::move_block |
MoveType MapSpace::move_off |
MoveType MapSpace::move_slow |
object* MapSpace::pl |