Atrinik Client 2.5
Defines
List IDs

Defines

#define LIST_SERVERS   1
#define LIST_NEWS   2
#define LIST_CREATION   3
#define LIST_MPLAYER   4
#define LIST_SPELLS   5
#define LIST_SKILLS   6
#define LIST_PARTY   7
#define LIST_SETTINGS   8

Detailed Description

IDs of lists in use. Each list used should have a unique ID.


Define Documentation

#define LIST_CREATION   3

List for use of displaying data in character creation screen.

Definition at line 227 of file list.h.

#define LIST_MPLAYER   4

List used in the music player widget.

Definition at line 229 of file list.h.

#define LIST_NEWS   2

List of game news, right of the servers list.

Definition at line 225 of file list.h.

#define LIST_PARTY   7

Party list.

Definition at line 235 of file list.h.

#define LIST_SERVERS   1

The list showing servers.

Definition at line 223 of file list.h.

#define LIST_SETTINGS   8

Settings list.

Definition at line 237 of file list.h.

#define LIST_SKILLS   6

List used in the skills widget.

Definition at line 233 of file list.h.

#define LIST_SPELLS   5

List used in the spells widget.

Definition at line 231 of file list.h.