Atrinik Server 2.5
Defines
LoS blocked modes

Defines

#define BLOCKED_LOS_VISIBLE   0x00
#define BLOCKED_LOS_IGNORE   0x01
#define BLOCKED_LOS_BLOCKSVIEW   0x02
#define BLOCKED_LOS_BLOCKED   0x04
#define BLOCKED_LOS_OUT_OF_MAP   0x08

Detailed Description

Line of Sight (los.c) defines


Define Documentation

#define BLOCKED_LOS_BLOCKED   0x04

Sight is blocked.

Definition at line 132 of file define.h.

#define BLOCKED_LOS_BLOCKSVIEW   0x02

Visible but will block all behind.

Definition at line 130 of file define.h.

#define BLOCKED_LOS_IGNORE   0x01

Ignore this tile for blocksview/visible changes.

Definition at line 128 of file define.h.

#define BLOCKED_LOS_OUT_OF_MAP   0x08

Tile is not visible because it is not part of legal map.

Definition at line 134 of file define.h.

#define BLOCKED_LOS_VISIBLE   0x00

It's visible.

Definition at line 126 of file define.h.