QuestWeaver
A procedural quest generator
weave::RawStoryToken Struct Reference

#include <StoryTemplate.h>

Collaboration diagram for weave::RawStoryToken:

Public Attributes

std::string id
 
bool isMandatory
 
std::vector< std::string > nuggetOptions
 
std::string text
 

Detailed Description

Definition at line 20 of file StoryTemplate.h.

Member Data Documentation

std::string weave::RawStoryToken::id

Definition at line 24 of file StoryTemplate.h.

bool weave::RawStoryToken::isMandatory

Definition at line 21 of file StoryTemplate.h.

std::vector<std::string> weave::RawStoryToken::nuggetOptions

Definition at line 23 of file StoryTemplate.h.

std::string weave::RawStoryToken::text

Definition at line 22 of file StoryTemplate.h.


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