|
Crossfire Server
1.75.0
|
Information on one title. More...
Data Fields | |
| const char * | archname |
| the archetype name of the book More... | |
| const char * | authour |
| the name of the book authour More... | |
| unsigned int | level |
| level of difficulty of this message More... | |
| int | msg_index |
| an index value derived from book message More... | |
| const char * | name |
| the name of the book More... | |
| title * | next |
| next item in the list More... | |
| size_t | size |
| size of the book message More... | |
Information on one title.
'title' and 'titlelist' are used by the readable code
Definition at line 108 of file readable.cpp.
| const char* title::archname |
the archetype name of the book
Definition at line 111 of file readable.cpp.
Referenced by add_book_to_list(), change_book(), free_all_readable(), init_book_archive(), and write_book_archive().
| const char* title::authour |
the name of the book authour
Definition at line 110 of file readable.cpp.
Referenced by add_book_to_list(), change_book(), find_title(), free_all_readable(), init_book_archive(), unique_book(), and write_book_archive().
| unsigned int title::level |
level of difficulty of this message
Definition at line 112 of file readable.cpp.
Referenced by add_book_to_list(), artifact_msg(), change_book(), get_random_mon(), init_book_archive(), spellpath_msg(), tailor_readable_ob(), and write_book_archive().
| int title::msg_index |
an index value derived from book message
Definition at line 114 of file readable.cpp.
Referenced by add_book_to_list(), find_title(), init_book_archive(), and write_book_archive().
| const char* title::name |
the name of the book
Definition at line 109 of file readable.cpp.
Referenced by add_author(), add_book_to_list(), artifact_describe(), change_book(), find_title(), free_all_readable(), init_book_archive(), make_formula_book(), new_text_name(), unique_book(), and write_book_archive().
| title* title::next |
next item in the list
Definition at line 115 of file readable.cpp.
Referenced by add_book(), add_book_to_list(), find_title(), free_all_readable(), make_formula_book(), unique_book(), and write_book_archive().
| size_t title::size |
size of the book message
Definition at line 113 of file readable.cpp.
Referenced by add_book_to_list(), find_title(), init_book_archive(), and write_book_archive().