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

A location associated with a story event. More...

#include <story_event_graph.h>

Public Attributes

std::string name
 
std::string entrance_id
 
std::string overworld_id
 
std::string special_world_id
 
std::string room_id
 

Detailed Description

A location associated with a story event.

Definition at line 28 of file story_event_graph.h.

Member Data Documentation

◆ name

std::string yaze::core::StoryLocation::name

Definition at line 29 of file story_event_graph.h.

◆ entrance_id

std::string yaze::core::StoryLocation::entrance_id

Definition at line 30 of file story_event_graph.h.

◆ overworld_id

std::string yaze::core::StoryLocation::overworld_id

Definition at line 31 of file story_event_graph.h.

◆ special_world_id

std::string yaze::core::StoryLocation::special_world_id

Definition at line 32 of file story_event_graph.h.

◆ room_id

std::string yaze::core::StoryLocation::room_id

Definition at line 33 of file story_event_graph.h.


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