Crossfire Server, Branch 1.12
R12190
|
One quest. More...
Data Fields | |
char * | description |
Description, from the main map's lore. | |
struct_map_info * | mainmap |
Map defining the quest. | |
struct_map_in_quest_list | maps |
Maps part of this quest. | |
char * | name |
Quest's name. | |
int | number |
Unique quest identifier. |
Description, from the main map's lore.
Definition at line 1160 of file mapper.c.
Referenced by define_quest(), and write_quests_page().
Map defining the quest.
Can be NULL if quest has no definition or map not processed.
Definition at line 1162 of file mapper.c.
Referenced by define_quest(), and write_quests_page().
Maps part of this quest.
Definition at line 1163 of file mapper.c.
Referenced by add_map_to_quest(), get_quest_info(), and write_quests_page().
char* struct_quest::name |
Quest's name.
Definition at line 1159 of file mapper.c.
Referenced by define_quest(), get_quest_info(), write_map_page(), and write_quests_page().
Unique quest identifier.
Definition at line 1161 of file mapper.c.
Referenced by get_quest_info(), and write_map_page().