Atrinik Server 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 107 of file party.h.

#define CMD_PARTY_LEAVE   5

We're leaving a party.

Definition at line 113 of file party.h.

#define CMD_PARTY_LIST   1

Show a list of all parties in the game.

Definition at line 101 of file party.h.

#define CMD_PARTY_PASSWORD   4

Joining a party requires a password.

Definition at line 110 of file party.h.

#define CMD_PARTY_REMOVE_MEMBER   7

Remove memebr from party's who list.

Definition at line 119 of file party.h.

#define CMD_PARTY_UPDATE   6

Update party's who list.

Definition at line 116 of file party.h.

#define CMD_PARTY_WHO   2

Show current members of your party.

Definition at line 104 of file party.h.