|
Crossfire Server, Branches 1.12
R18729
|
Collaboration diagram for titlestruct:Data Fields | |
| const char * | archname |
| const char * | authour |
| int | level |
| int | msg_index |
| const char * | name |
| struct titlestruct * | next |
| size_t | size |
'title' and 'titlelist' are used by the readable code
Definition at line 104 of file readable.c.
| 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 |
the name of the book authour
Definition at line 106 of file readable.c.
Referenced by add_book_to_list(), change_book(), find_title(), free_all_readable(), get_empty_book(), init_book_archive(), unique_book(), and write_book_archive().
| 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 |
the name of the book
Definition at line 105 of file readable.c.
Referenced by add_book_to_list(), change_book(), find_title(), free_all_readable(), get_empty_book(), init_book_archive(), unique_book(), and write_book_archive().
| struct titlestruct* titlestruct::next |
Definition at line 111 of file readable.c.
Referenced by add_book(), add_book_to_list(), find_title(), free_all_readable(), get_empty_book(), unique_book(), and write_book_archive().
| 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().