Crossfire Server, Branch 1.12  R12190
Data Fields
struct_quest Struct Reference

One quest. More...

Collaboration diagram for struct_quest:
Collaboration graph
[legend]

Data Fields

char * description
 Description, from the main map's lore.
struct_map_infomainmap
 Map defining the quest.
struct_map_in_quest_list maps
 Maps part of this quest.
char * name
 Quest's name.
int number
 Unique quest identifier.

Detailed Description

One quest.

Definition at line 1158 of file mapper.c.


Field Documentation

Description, from the main map's lore.

Definition at line 1160 of file mapper.c.

Referenced by define_quest(), and write_quests_page().

Map defining the quest.

Can be NULL if quest has no definition or map not processed.

Definition at line 1162 of file mapper.c.

Referenced by define_quest(), and write_quests_page().

Maps part of this quest.

Definition at line 1163 of file mapper.c.

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

Quest's name.

Definition at line 1159 of file mapper.c.

Referenced by define_quest(), get_quest_info(), write_map_page(), and write_quests_page().

Unique quest identifier.

Definition at line 1161 of file mapper.c.

Referenced by get_quest_info(), and write_map_page().


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