Crossfire Server, Branches 1.12
R18729
|
Data Fields | |
char * | description |
struct_map_info * | mainmap |
struct_map_in_quest_list | maps |
char * | name |
int | number |
char* struct_quest::description |
Description, from the main map's lore.
Definition at line 1160 of file mapper.c.
Referenced by define_quest(), and write_quests_page().
struct_map_info* struct_quest::mainmap |
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().
struct_map_in_quest_list struct_quest::maps |
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().
int struct_quest::number |
Unique quest identifier.
Definition at line 1161 of file mapper.c.
Referenced by get_quest_info(), and write_map_page().