![]() |
Crossfire Server, Trunk
1.75.0
|
One party. More...
#include <party.h>
Data Fields | |
partylist * | next |
Next party in list. More... | |
char * | partyleader |
Who is the leader. More... | |
char * | partyname |
Party name. More... | |
char | passwd [9] |
Party password. More... | |
partylist* partylist::next |
Next party in list.
Definition at line 13 of file party.h.
Referenced by party_find(), party_form(), party_get_next(), party_obsolete_parties(), and party_remove().
char* partylist::partyleader |
Who is the leader.
Definition at line 11 of file party.h.
Referenced by party_form(), party_get_leader(), and party_remove().
char* partylist::partyname |
Party name.
Definition at line 14 of file party.h.
Referenced by account_char_add(), cfapi_party_get_property(), check_login(), command_party(), confirm_party_password(), list_players(), party_find(), party_form(), party_join(), party_leave(), party_remove(), and save_player().
char partylist::passwd[9] |
Party password.
Definition at line 12 of file party.h.
Referenced by party_confirm_password(), party_form(), party_get_password(), and party_set_password().