Crossfire Server, Trunk
|
Data Fields | |
char * | description |
struct_map_info * | mainmap |
struct_map_in_quest_list | maps |
char * | name |
int | number |
One quest.
Definition at line 884 of file mapper.cpp.
char* struct_quest::description |
Description, from the main map's lore.
Definition at line 886 of file mapper.cpp.
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 888 of file mapper.cpp.
struct_map_in_quest_list struct_quest::maps |
Maps part of this quest.
Definition at line 889 of file mapper.cpp.
Referenced by fill_json(), and get_quest_info().
char* struct_quest::name |
int struct_quest::number |