![]() |
Crossfire Server, Trunk
1.75.0
|
Link between a quest and a map. More...
Data Fields | |
char * | description |
Description associated with the map for the quest. More... | |
struct_map_info * | map |
Linked map. More... | |
struct struct_quest * | quest |
Point back to the quest. More... | |
Link between a quest and a map.
Definition at line 928 of file mapper.cpp.
char* struct_map_in_quest::description |
Description associated with the map for the quest.
Definition at line 932 of file mapper.cpp.
Referenced by add_map_to_quest().
struct_map_info* struct_map_in_quest::map |
Linked map.
Definition at line 931 of file mapper.cpp.
Referenced by add_map_to_quest(), and sort_struct_map_in_quest().
struct struct_quest* struct_map_in_quest::quest |
Point back to the quest.
Definition at line 933 of file mapper.cpp.
Referenced by add_map_to_quest().