Crossfire Server, Trunk
|
#include <party.h>
Data Fields | |
partylist * | next |
char * | partyleader |
char * | partyname |
char | passwd [9] |
One party. First item is firstparty.
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 cfapi_party_get_property(), check_login(), command_party(), list_players(), party_find(), party_form(), party_join(), party_leave(), party_remove(), and START_TEST().
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().