Crossfire Server, Trunk  1.75.0
struct_map_in_quest Struct Reference

Link between a quest and a map. More...

+ Collaboration diagram for struct_map_in_quest:

Data Fields

char * description
 Description associated with the map for the quest. More...
 
struct_map_infomap
 Linked map. More...
 
struct struct_questquest
 Point back to the quest. More...
 

Detailed Description

Link between a quest and a map.

Definition at line 928 of file mapper.cpp.

Field Documentation

◆ description

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().

◆ map

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().

◆ 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().


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