Crossfire Server, Branches 1.12  R18729
party_struct Struct Reference

#include <player.h>

+ Collaboration diagram for party_struct:

Data Fields

uint32 kills
 
struct party_structnext
 
char * partyleader
 
char * partyname
 
char passwd [9]
 
sint64 total_exp
 

Detailed Description

One party. First item is firstparty.

Definition at line 120 of file player.h.

Field Documentation

uint32 party_struct::kills

Definition at line 133 of file player.h.

Referenced by command_party(), and form_party().

struct party_struct* party_struct::next
char* party_struct::partyleader

Who is the leader.

Definition at line 121 of file player.h.

Referenced by command_party(), form_party(), remove_party(), and START_TEST().

char party_struct::passwd[9]

Party password.

Definition at line 122 of file player.h.

Referenced by cfapi_party_get_property(), check_login(), command_party(), confirm_party_password(), form_party(), and save_player().

sint64 party_struct::total_exp

Definition at line 132 of file player.h.

Referenced by command_party(), and form_party().


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