Atrinik Client 2.5
Defines
Extended map2 layer flags

Defines

#define MAP2_FLAG2_ALPHA   1
#define MAP2_FLAG2_ROTATE   2
#define MAP2_FLAG2_INFRAVISION   4

Detailed Description

Extended flags used to mark what kind of data there is on layers in map2 protocol.


Define Documentation

#define MAP2_FLAG2_ALPHA   1

Custom alpha value.

Definition at line 531 of file client.h.

#define MAP2_FLAG2_INFRAVISION   4

The object should be highlighted in red.

Definition at line 535 of file client.h.

#define MAP2_FLAG2_ROTATE   2

Custom rotate value in degrees.

Definition at line 533 of file client.h.