Crossfire Server, Branches 1.12  R18729
struct_map_in_quest Struct Reference
+ Collaboration diagram for struct_map_in_quest:

Data Fields

char * description
 
struct_map_infomap
 
struct struct_questquest
 

Detailed Description

Link between a quest and a map.

Definition at line 1151 of file mapper.c.

Field Documentation

char* struct_map_in_quest::description

Description associated with the map for the quest.

Definition at line 1153 of file mapper.c.

Referenced by add_map_to_quest(), write_map_page(), and write_quests_page().

struct_map_info* struct_map_in_quest::map

Linked map.

Definition at line 1152 of file mapper.c.

Referenced by add_map_to_quest(), sort_struct_map_in_quest(), and write_quests_page().

struct struct_quest* struct_map_in_quest::quest

Point back to the quest.

Definition at line 1154 of file mapper.c.

Referenced by add_map_to_quest(), and write_map_page().


The documentation for this struct was generated from the following file: