Crossfire Server, Trunk
account_chars_struct Struct Reference

#include <account_char.h>

+ Collaboration diagram for account_chars_struct:

Data Fields

sstring account_name
 
Account_Charchars
 
uint8_t ref_count
 

Detailed Description

Structure handling character information for an account. Its fields should never be modified directly.

Definition at line 28 of file account_char.h.

Field Documentation

◆ account_name

sstring account_chars_struct::account_name

Account the information is for.

Definition at line 29 of file account_char.h.

Referenced by account_char_free(), account_char_load_from_file(), and account_char_save().

◆ chars

◆ ref_count

uint8_t account_chars_struct::ref_count

Number of pointers on this structure.

Definition at line 30 of file account_char.h.

Referenced by account_char_free(), and account_char_load().


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