![]() |
Crossfire Server, Trunk
1.75.0
|
One map cell, as sent to the client. More...
#include <newserver.h>
Data Fields | |
int | darkness |
Cell's darkness. More... | |
uint16_t | faces [MAP_LAYERS] |
Face numbers. More... | |
enum map2_label | label_subtype |
sstring | label_text |
One map cell, as sent to the client.
Definition at line 31 of file newserver.h.
int map_cell_struct::darkness |
Cell's darkness.
Definition at line 33 of file newserver.h.
Referenced by draw_client_map2(), and map_clearcell().
uint16_t map_cell_struct::faces[MAP_LAYERS] |
Face numbers.
Definition at line 32 of file newserver.h.
Referenced by map2_add_ob(), map2_delete_layer(), and map_clearcell().
enum map2_label map_cell_struct::label_subtype |
Definition at line 34 of file newserver.h.
Referenced by map2_add_label().
sstring map_cell_struct::label_text |
Definition at line 35 of file newserver.h.
Referenced by map2_add_label().