![]() |
Crossfire Server, Trunk
1.75.0
|
One character in an account. More...
#include <account_char.h>
Collaboration diagram for Account_Char:Data Fields | |
| sstring | character_class |
| < Name of this character/player More... | |
| sstring | face |
| < Level of this character More... | |
| uint8_t | isDead |
| < Last map this character was on More... | |
| uint8_t | level |
| < Race of this character More... | |
| sstring | map |
| < Character this party belonged to More... | |
| sstring | name |
| sstring | party |
| < Face of this character More... | |
| sstring | race |
| < Class of this character More... | |
One character in an account.
Definition at line 12 of file account_char.h.
| sstring Account_Char::character_class |
< Name of this character/player
Definition at line 14 of file account_char.h.
Referenced by account_char_add(), account_char_load_from_file(), and account_char_remove().
| sstring Account_Char::face |
< Level of this character
Definition at line 17 of file account_char.h.
Referenced by account_char_add(), account_char_load_from_file(), and account_char_remove().
| uint8_t Account_Char::isDead |
< Last map this character was on
Definition at line 20 of file account_char.h.
Referenced by account_char_add(), and account_char_load_from_file().
| uint8_t Account_Char::level |
< Race of this character
Definition at line 16 of file account_char.h.
Referenced by account_char_add(), and account_char_load_from_file().
| sstring Account_Char::map |
< Character this party belonged to
Definition at line 19 of file account_char.h.
Referenced by account_char_add(), account_char_load_from_file(), and account_char_remove().
| sstring Account_Char::name |
Definition at line 13 of file account_char.h.
Referenced by account_char_add(), account_char_load_from_file(), and account_char_remove().
| sstring Account_Char::party |
< Face of this character
Definition at line 18 of file account_char.h.
Referenced by account_char_add(), account_char_load_from_file(), and account_char_remove().
| sstring Account_Char::race |
< Class of this character
Definition at line 15 of file account_char.h.
Referenced by account_char_add(), account_char_load_from_file(), and account_char_remove().