Atrinik Client 2.5
Defines
Party socket command types

Defines

#define CMD_PARTY_LIST   1
#define CMD_PARTY_WHO   2
#define CMD_PARTY_JOIN   3
#define CMD_PARTY_PASSWORD   4
#define CMD_PARTY_LEAVE   5
#define CMD_PARTY_UPDATE   6
#define CMD_PARTY_REMOVE_MEMBER   7

Detailed Description

Various types of the BINARY_CMD_PARTY socket command.


Define Documentation

#define CMD_PARTY_JOIN   3

Successfully joined a party.

Definition at line 45 of file party.h.

#define CMD_PARTY_LEAVE   5

We're leaving a party.

Definition at line 51 of file party.h.

#define CMD_PARTY_LIST   1

Show a list of all parties in the game.

Definition at line 39 of file party.h.

#define CMD_PARTY_PASSWORD   4

Joining a party requires a password.

Definition at line 48 of file party.h.

#define CMD_PARTY_REMOVE_MEMBER   7

Remove memebr from party's who list.

Definition at line 57 of file party.h.

#define CMD_PARTY_UPDATE   6

Update party's who list.

Definition at line 54 of file party.h.

#define CMD_PARTY_WHO   2

Show current members of your party.

Definition at line 42 of file party.h.