Crossfire Server, Trunk  1.75.0
struct_quest Struct Reference

One quest. More...

+ Collaboration diagram for struct_quest:

Data Fields

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

Detailed Description

One quest.

Definition at line 935 of file mapper.cpp.

Field Documentation

◆ description

char* struct_quest::description

Description, from the main map's lore.

Definition at line 937 of file mapper.cpp.

Referenced by create_quest_object(), and define_quest().

◆ mainmap

struct_map_info* struct_quest::mainmap

Map defining the quest.

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

Definition at line 939 of file mapper.cpp.

Referenced by create_quest_object(), and define_quest().

◆ maps

struct_map_in_quest_list struct_quest::maps

Maps part of this quest.

Definition at line 940 of file mapper.cpp.

Referenced by add_map_to_quest(), create_quest_object(), fill_json(), and get_quest_info().

◆ name

char* struct_quest::name

Quest's name.

Definition at line 936 of file mapper.cpp.

Referenced by create_quest_object(), define_quest(), get_quest_info(), and sort_struct_quest().

◆ number

int struct_quest::number

Unique quest identifier.

Definition at line 938 of file mapper.cpp.

Referenced by create_quest_object(), and get_quest_info().


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