Crossfire Server, Trunk
|
#include <account_char.h>
Data Fields | |
sstring | character_class |
sstring | face |
uint8_t | isDead |
uint8_t | level |
sstring | map |
sstring | name |
struct account_char_struct * | next |
sstring | party |
sstring | race |
One character in an account.
Definition at line 12 of file account_char.h.
sstring account_char_struct::character_class |
< Name of this character/player
Definition at line 14 of file account_char.h.
Referenced by account_char_add(), account_char_free(), account_char_remove(), and send_account_players().
sstring account_char_struct::face |
< Level of this character
Definition at line 17 of file account_char.h.
Referenced by account_char_add(), account_char_free(), account_char_remove(), send_account_players(), and START_TEST().
uint8_t account_char_struct::isDead |
< Last map this character was on
Definition at line 20 of file account_char.h.
Referenced by account_char_add(), and send_account_players().
uint8_t account_char_struct::level |
< Race of this character
Definition at line 16 of file account_char.h.
Referenced by account_char_add(), send_account_players(), and START_TEST().
sstring account_char_struct::map |
< Character this party belonged to
Definition at line 19 of file account_char.h.
Referenced by account_char_add(), account_char_free(), account_char_remove(), send_account_players(), and START_TEST().
sstring account_char_struct::name |
Definition at line 13 of file account_char.h.
Referenced by account_char_add(), account_char_free(), account_char_remove(), char_in_list(), send_account_players(), and START_TEST().
struct account_char_struct* account_char_struct::next |
< Should stay at zero if alive, anything else if dead (hopefully 1, but doesn't have to be)
Definition at line 21 of file account_char.h.
Referenced by account_char_add(), account_char_free(), account_char_load_from_file(), account_char_remove(), char_in_list(), send_account_players(), and START_TEST().
sstring account_char_struct::party |
< Face of this character
Definition at line 18 of file account_char.h.
Referenced by account_char_add(), account_char_free(), account_char_remove(), send_account_players(), and START_TEST().
sstring account_char_struct::race |
< Class of this character
Definition at line 15 of file account_char.h.
Referenced by account_char_add(), account_char_free(), account_char_remove(), send_account_players(), and START_TEST().