Detailed Description
Various types of the BINARY_CMD_PARTY socket command.
Define Documentation
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.
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.
Show current members of your party.
Definition at line 42 of file party.h.