![]() |
Crossfire Server, Trunk
1.75.0
|
One quest. More...
Collaboration diagram for struct_quest:Data Fields | |
| char * | description |
| Description, from the main map's lore. More... | |
| struct_map_info * | mainmap |
| Map defining the quest. More... | |
| struct_map_in_quest_list | maps |
| Maps part of this quest. More... | |
| char * | name |
| Quest's name. More... | |
| int | number |
| Unique quest identifier. More... | |
One quest.
Definition at line 937 of file mapper.cpp.
| char* struct_quest::description |
Description, from the main map's lore.
Definition at line 939 of file mapper.cpp.
Referenced by create_quest_object(), and define_quest().
| 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 941 of file mapper.cpp.
Referenced by create_quest_object(), and define_quest().
| struct_map_in_quest_list struct_quest::maps |
Maps part of this quest.
Definition at line 942 of file mapper.cpp.
Referenced by add_map_to_quest(), create_quest_object(), fill_json(), and get_quest_info().
| char* struct_quest::name |
Quest's name.
Definition at line 938 of file mapper.cpp.
Referenced by create_quest_object(), define_quest(), get_quest_info(), and sort_struct_quest().
| int struct_quest::number |
Unique quest identifier.
Definition at line 940 of file mapper.cpp.
Referenced by create_quest_object(), and get_quest_info().