OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
QuestLog::Quest Struct Reference

#include <questlog.h>

Public Attributes

std::string name
 
Section section =Section::Mission
 
Status status =Status::Running
 
std::vector< std::string > entry
 

Detailed Description

Definition at line 25 of file questlog.h.

Member Data Documentation

◆ entry

std::vector<std::string> QuestLog::Quest::entry

Definition at line 30 of file questlog.h.

◆ name

std::string QuestLog::Quest::name

Definition at line 26 of file questlog.h.

◆ section

Section QuestLog::Quest::section =Section::Mission

Definition at line 27 of file questlog.h.

◆ status

Status QuestLog::Quest::status =Status::Running

Definition at line 28 of file questlog.h.


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