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

A connection between two rooms (stair, holewarp, or door). More...

#include <hack_manifest.h>

Public Attributes

int from_room
 
int to_room
 
std::string label
 
std::string direction
 

Detailed Description

A connection between two rooms (stair, holewarp, or door).

Definition at line 141 of file hack_manifest.h.

Member Data Documentation

◆ from_room

int yaze::core::DungeonConnection::from_room

Definition at line 142 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadProjectRegistry().

◆ to_room

int yaze::core::DungeonConnection::to_room

Definition at line 142 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadProjectRegistry().

◆ label

std::string yaze::core::DungeonConnection::label

Definition at line 143 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadProjectRegistry().

◆ direction

std::string yaze::core::DungeonConnection::direction

Definition at line 144 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadProjectRegistry().


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