Crossfire Server, Trunk
party_struct Struct Reference

#include <party.h>

+ Collaboration diagram for party_struct:

Data Fields

struct party_structnext
 
char * partyleader
 
char * partyname
 
char passwd [9]
 

Detailed Description

One party. First item is firstparty.

Definition at line 10 of file party.h.

Field Documentation

◆ next

struct party_struct* party_struct::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().

◆ partyleader

char* party_struct::partyleader

Who is the leader.

Definition at line 11 of file party.h.

Referenced by party_form(), party_get_leader(), and party_remove().

◆ partyname

◆ passwd

char party_struct::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().


The documentation for this struct was generated from the following file: