Crossfire Server, Trunk  1.75.0
map_cell_struct Struct Reference

One map cell, as sent to the client. More...

#include <newserver.h>

+ Collaboration diagram for map_cell_struct:

Data Fields

int darkness
 Cell's darkness. More...
 
uint16_t faces [MAP_LAYERS]
 Face numbers. More...
 
enum map2_label label_subtype
 
sstring label_text
 

Detailed Description

One map cell, as sent to the client.

Definition at line 31 of file newserver.h.

Field Documentation

◆ darkness

int map_cell_struct::darkness

Cell's darkness.

Definition at line 33 of file newserver.h.

Referenced by draw_client_map2(), and map_clearcell().

◆ faces

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().

◆ label_subtype

enum map2_label map_cell_struct::label_subtype

Definition at line 34 of file newserver.h.

Referenced by map2_add_label().

◆ label_text

sstring map_cell_struct::label_text

Definition at line 35 of file newserver.h.

Referenced by map2_add_label().


The documentation for this struct was generated from the following file: