Crossfire Server, Trunk
map_cell_struct Struct Reference

#include <newserver.h>

+ Collaboration diagram for map_cell_struct:

Data Fields

int darkness
 
uint16_t faces [MAP_LAYERS]
 

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


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