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

A room within a dungeon, with spatial and metadata info. More...

#include <hack_manifest.h>

Public Attributes

int id
 
std::string name
 
int grid_row
 
int grid_col
 
std::string type
 
int palette
 
int blockset
 
int spriteset
 
uint8_t tag1
 
uint8_t tag2
 

Detailed Description

A room within a dungeon, with spatial and metadata info.

Definition at line 129 of file hack_manifest.h.

Member Data Documentation

◆ id

int yaze::core::DungeonRoom::id

Definition at line 130 of file hack_manifest.h.

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

◆ name

std::string yaze::core::DungeonRoom::name

Definition at line 131 of file hack_manifest.h.

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

◆ grid_row

int yaze::core::DungeonRoom::grid_row

Definition at line 132 of file hack_manifest.h.

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

◆ grid_col

int yaze::core::DungeonRoom::grid_col

Definition at line 132 of file hack_manifest.h.

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

◆ type

std::string yaze::core::DungeonRoom::type

Definition at line 133 of file hack_manifest.h.

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

◆ palette

int yaze::core::DungeonRoom::palette

Definition at line 134 of file hack_manifest.h.

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

◆ blockset

int yaze::core::DungeonRoom::blockset

Definition at line 134 of file hack_manifest.h.

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

◆ spriteset

int yaze::core::DungeonRoom::spriteset

Definition at line 134 of file hack_manifest.h.

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

◆ tag1

uint8_t yaze::core::DungeonRoom::tag1

Definition at line 135 of file hack_manifest.h.

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

◆ tag2

uint8_t yaze::core::DungeonRoom::tag2

Definition at line 135 of file hack_manifest.h.

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


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