QuestWeaver
A procedural quest generator
weave::NuggetOption Class Reference

#include <StoryTemplate.h>

Public Member Functions

 NuggetOption (std::string nuggetKey, std::vector< ID > entityIDs) noexcept
 
std::vector< IDGetEntityIDs () const noexcept
 
std::string GetNuggetKey () const noexcept
 

Detailed Description

Definition at line 35 of file StoryTemplate.h.

Constructor & Destructor Documentation

weave::NuggetOption::NuggetOption ( std::string  nuggetKey,
std::vector< ID entityIDs 
)
inlinenoexcept

Definition at line 37 of file StoryTemplate.h.

Member Function Documentation

std::vector<ID> weave::NuggetOption::GetEntityIDs ( ) const
inlinenoexcept

Definition at line 44 of file StoryTemplate.h.

std::string weave::NuggetOption::GetNuggetKey ( ) const
inlinenoexcept

Definition at line 40 of file StoryTemplate.h.


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