Crossfire Server, Trunk
struct_map_in_quest Struct Reference
Collaboration diagram for struct_map_in_quest:
Collaboration graph

Public Attributes

char * description
 
struct_map_infomap
 
struct struct_questquest
 

Detailed Description

Link between a quest and a map.

Definition at line 879 of file mapper.cpp.

Member Data Documentation

◆ description

char* struct_map_in_quest::description

Description associated with the map for the quest.

Definition at line 883 of file mapper.cpp.

Referenced by add_map_to_quest().

◆ map

struct_map_info* struct_map_in_quest::map

Linked map.

Definition at line 882 of file mapper.cpp.

Referenced by add_map_to_quest().

◆ quest

struct struct_quest* struct_map_in_quest::quest

Point back to the quest.

Definition at line 884 of file mapper.cpp.

Referenced by add_map_to_quest().


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