Crossfire Server, Branches 1.12  R18729
titlestruct Struct Reference
+ Collaboration diagram for titlestruct:

Data Fields

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

Detailed Description

'title' and 'titlelist' are used by the readable code

Definition at line 104 of file readable.c.

Field Documentation

const char* titlestruct::archname

the archetype name of the book

Definition at line 107 of file readable.c.

Referenced by add_book_to_list(), change_book(), free_all_readable(), get_empty_book(), init_book_archive(), and write_book_archive().

const char* titlestruct::authour
int titlestruct::level

level of difficulty of this message

Definition at line 108 of file readable.c.

Referenced by add_book_to_list(), change_book(), get_empty_book(), init_book_archive(), and write_book_archive().

int titlestruct::msg_index

an index value derived from book message

Definition at line 110 of file readable.c.

Referenced by add_book_to_list(), find_title(), get_empty_book(), init_book_archive(), and write_book_archive().

const char* titlestruct::name
struct titlestruct* titlestruct::next
size_t titlestruct::size

size of the book message

Definition at line 109 of file readable.c.

Referenced by add_book_to_list(), find_title(), get_empty_book(), init_book_archive(), and write_book_archive().


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