Atrinik Server 2.5
Defines
New draw info flags

Defines

#define NDI_SAY   0x0100
#define NDI_SHOUT   0x0200
#define NDI_TELL   0x0400
#define NDI_PLAYER   0x0800
#define NDI_EMOTE   0x01000
#define NDI_ANIM   0x02000
#define NDI_ALL   0x20000

Detailed Description

Various flags for new_draw_info().


Define Documentation

#define NDI_ALL   0x20000

Inform all players of this message.

Definition at line 238 of file newclient.h.

#define NDI_ANIM   0x02000

Message will be played as animation in the middle of the client screen.

Definition at line 236 of file newclient.h.

#define NDI_EMOTE   0x01000

Message is an emote command.

Definition at line 232 of file newclient.h.

#define NDI_PLAYER   0x0800

This message comes from a player.

Definition at line 230 of file newclient.h.

#define NDI_SAY   0x0100

Say command.

Definition at line 224 of file newclient.h.

#define NDI_SHOUT   0x0200

The message is a shout.

Definition at line 226 of file newclient.h.

#define NDI_TELL   0x0400

The message is a tell.

Definition at line 228 of file newclient.h.