Crossfire Server, Branch 1.12  R12190
Data Fields
party_struct Struct Reference

One party. More...

#include <player.h>

Collaboration diagram for party_struct:
Collaboration graph
[legend]

Data Fields

uint32 kills
struct party_structnext
 Next party in list.
char * partyleader
 Who is the leader.
char * partyname
 Party name.
char passwd [9]
 Party password.
sint64 total_exp

Detailed Description

One party.

First item is firstparty.

Definition at line 120 of file player.h.


Field Documentation

Definition at line 133 of file player.h.

Referenced by command_party(), and form_party().

Who is the leader.

Definition at line 121 of file player.h.

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

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().

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: