Atrinik Client 2.5
Data Fields
MapCell Struct Reference

#include <map.h>

Data Fields

uint8 quick_pos [MAX_LAYERS+1]
char pcolor [MAX_LAYERS+1][COLOR_BUF]
uint8 probe [MAX_LAYERS+1]
uint8 darkness
uint8 flags [MAX_LAYERS+1]
uint8 draw_double [MAX_LAYERS+1]
uint8 alpha [MAX_LAYERS+1]
sint16 faces [MAX_LAYERS+1]
sint16 height [MAX_LAYERS+1]
sint16 zoom [MAX_LAYERS+1]
sint16 align [MAX_LAYERS+1]
sint16 rotate [MAX_LAYERS+1]
uint8 infravision [MAX_LAYERS+1]
uint32 stretch
char pname [MAX_LAYERS+1][64]

Detailed Description

Map cell structure.

Definition at line 109 of file map.h.


Field Documentation

sint16 MapCell::align[MAX_LAYERS+1]

Align.

Definition at line 142 of file map.h.

uint8 MapCell::alpha[MAX_LAYERS+1]

Alpha value.

Definition at line 130 of file map.h.

Cell darkness.

Definition at line 121 of file map.h.

uint8 MapCell::draw_double[MAX_LAYERS+1]

Double drawing.

Definition at line 127 of file map.h.

sint16 MapCell::faces[MAX_LAYERS+1]

Faces.

Definition at line 133 of file map.h.

uint8 MapCell::flags[MAX_LAYERS+1]

Object flags.

Definition at line 124 of file map.h.

sint16 MapCell::height[MAX_LAYERS+1]

Height of this maptile.

Definition at line 136 of file map.h.

uint8 MapCell::infravision[MAX_LAYERS+1]

Whether to show the object in red.

Definition at line 148 of file map.h.

char MapCell::pcolor[MAX_LAYERS+1][COLOR_BUF]

Player name color on this cell.

Definition at line 115 of file map.h.

char MapCell::pname[MAX_LAYERS+1][64]

Name of player on this cell.

Definition at line 154 of file map.h.

uint8 MapCell::probe[MAX_LAYERS+1]

If this is where our enemy is.

Definition at line 118 of file map.h.

uint8 MapCell::quick_pos[MAX_LAYERS+1]

Position.

Definition at line 112 of file map.h.

sint16 MapCell::rotate[MAX_LAYERS+1]

Rotate.

Definition at line 145 of file map.h.

How we stretch this is really 8 char for N S E W.

Definition at line 151 of file map.h.

sint16 MapCell::zoom[MAX_LAYERS+1]

Zoom.

Definition at line 139 of file map.h.


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