Crossfire Server, Branches 1.12  R18729
map_cell_struct Struct Reference

#include <newserver.h>

+ Collaboration diagram for map_cell_struct:

Data Fields

int darkness
 
uint16 faces [MAP_LAYERS]
 
uint16 smooth [MAP_LAYERS]
 

Detailed Description

One map cell, as sent to the client.

Definition at line 59 of file newserver.h.

Field Documentation

int map_cell_struct::darkness

Definition at line 62 of file newserver.h.

Referenced by draw_client_map2(), and map_clearcell().

uint16 map_cell_struct::faces[MAP_LAYERS]

Definition at line 60 of file newserver.h.

Referenced by map2_add_ob(), map2_delete_layer(), and map_clearcell().

uint16 map_cell_struct::smooth[MAP_LAYERS]

Definition at line 61 of file newserver.h.


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