Crossfire Server, Branch 1.12  R12190
Data Fields
titlestruct Struct Reference

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

Collaboration diagram for titlestruct:
Collaboration graph
[legend]

Data Fields

const char * archname
 the archetype name of the book
const char * authour
 the name of the book authour
int level
 level of difficulty of this message
int msg_index
 an index value derived from book message
const char * name
 the name of the book
struct titlestructnext
size_t size
 size of the book message

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

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

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

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: