Crossfire Server, Trunk
struct_quest Struct Reference
+ Collaboration diagram for struct_quest:

Data Fields

char * description
 
struct_map_infomainmap
 
struct_map_in_quest_list maps
 
char * name
 
int number
 

Detailed Description

One quest.

Definition at line 884 of file mapper.cpp.

Field Documentation

◆ description

char* struct_quest::description

Description, from the main map's lore.

Definition at line 886 of file mapper.cpp.

◆ 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 888 of file mapper.cpp.

◆ maps

struct_map_in_quest_list struct_quest::maps

Maps part of this quest.

Definition at line 889 of file mapper.cpp.

Referenced by fill_json(), and get_quest_info().

◆ name

char* struct_quest::name

Quest's name.

Definition at line 885 of file mapper.cpp.

Referenced by get_quest_info().

◆ number

int struct_quest::number

Unique quest identifier.

Definition at line 887 of file mapper.cpp.

Referenced by get_quest_info().


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