yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::core::StoryEdge Struct Reference

A directed edge in the story event graph. More...

#include <story_event_graph.h>

Public Attributes

std::string from
 
std::string to
 
std::string type
 

Detailed Description

A directed edge in the story event graph.

Definition at line 58 of file story_event_graph.h.

Member Data Documentation

◆ from

std::string yaze::core::StoryEdge::from

Definition at line 59 of file story_event_graph.h.

Referenced by yaze::core::StoryEventGraph::LoadFromString().

◆ to

std::string yaze::core::StoryEdge::to

Definition at line 60 of file story_event_graph.h.

Referenced by yaze::core::StoryEventGraph::LoadFromString().

◆ type

std::string yaze::core::StoryEdge::type

Definition at line 61 of file story_event_graph.h.

Referenced by yaze::core::StoryEventGraph::LoadFromString().


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