Crossfire Server, Trunk  1.75.0
Account_Char Struct Reference

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

Detailed Description

One character in an account.

Definition at line 12 of file account_char.h.

Field Documentation

◆ character_class

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

◆ face

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

◆ isDead

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

◆ level

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

◆ map

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

◆ name

sstring Account_Char::name

◆ party

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

◆ race

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


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