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