Crossfire Server, Trunk
titlestruct Struct Reference
+ Collaboration diagram for titlestruct:

Data Fields

const char * archname
 
const char * authour
 
unsigned int level
 
int msg_index
 
const char * name
 
struct titlestructnext
 
size_t size
 

Detailed Description

Information on one title. 'title' and 'titlelist' are used by the readable code

Definition at line 108 of file readable.cpp.

Field Documentation

◆ archname

const char* titlestruct::archname

the archetype name of the book

Definition at line 111 of file readable.cpp.

Referenced by free_all_readable(), init_book_archive(), and write_book_archive().

◆ authour

const char* titlestruct::authour

the name of the book authour

Definition at line 110 of file readable.cpp.

Referenced by free_all_readable(), init_book_archive(), unique_book(), and write_book_archive().

◆ level

unsigned int titlestruct::level

level of difficulty of this message

Definition at line 112 of file readable.cpp.

Referenced by init_book_archive(), and write_book_archive().

◆ msg_index

int titlestruct::msg_index

an index value derived from book message

Definition at line 114 of file readable.cpp.

Referenced by init_book_archive(), and write_book_archive().

◆ name

const char* titlestruct::name

the name of the book

Definition at line 109 of file readable.cpp.

Referenced by free_all_readable(), init_book_archive(), unique_book(), and write_book_archive().

◆ next

struct titlestruct* titlestruct::next

next item in the list

Definition at line 115 of file readable.cpp.

Referenced by add_book(), free_all_readable(), unique_book(), and write_book_archive().

◆ size

size_t titlestruct::size

size of the book message

Definition at line 113 of file readable.cpp.

Referenced by init_book_archive(), and write_book_archive().


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