Crossfire Client, Trunk
Public Attributes | List of all members
MapCell Struct Reference

#include <mapdata.h>

Collaboration diagram for MapCell:
Collaboration graph

Public Attributes

guint8 darkness
 
struct MapCellLayer heads [MAXLAYERS]
 
guint8 need_resmooth:1
 
guint8 need_update:1
 
guint8 smooth [MAXLAYERS]
 
enum MapCellState state:2
 
struct MapCellTailLayer tails [MAXLAYERS]
 

Detailed Description

The heads[] in the mapcell is used for single part objects or the head piece for multipart. The easiest way to think about it is that the heads[] contains the map information as specifically sent from the server. For the heads value, the size_x and size_y represent how many spaces (up and to the left) that image extends into. The tails are values that the client fills in - if we get a big head value, we fill in the tails value so that the display logic can easily redraw one space. In this case, the size_ values are offsets that point to the head. In this way, the draw logic can look at the size of the image, look at these values, and know what portion of it to draw.

Definition at line 62 of file mapdata.h.

Member Data Documentation

◆ darkness

guint8 MapCell::darkness

◆ heads

struct MapCellLayer MapCell::heads[MAXLAYERS]

◆ need_resmooth

guint8 MapCell::need_resmooth

Definition at line 69 of file mapdata.h.

Referenced by expand_clear_face(), ExtSmooth(), mapdata_set_smooth(), and mark_resmooth().

◆ need_update

guint8 MapCell::need_update

◆ smooth

guint8 MapCell::smooth[MAXLAYERS]

◆ state

enum MapCellState MapCell::state

Definition at line 70 of file mapdata.h.

Referenced by mapdata_animation(), mapdata_bigface(), mapdata_clear(), and mapdata_clear_old().

◆ tails

struct MapCellTailLayer MapCell::tails[MAXLAYERS]

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