yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::ObjectCategories::ObjectInfo Struct Reference

Get object information. More...

#include <dungeon_object_editor.h>

Public Attributes

int id
 
std::string name
 
std::string description
 
std::vector< std::pair< int, int > > valid_sizes
 
std::vector< int > valid_layers
 
bool is_interactive
 
bool is_collidable
 

Detailed Description

Get object information.

Definition at line 302 of file dungeon_object_editor.h.

Member Data Documentation

◆ id

int yaze::zelda3::ObjectCategories::ObjectInfo::id

◆ name

std::string yaze::zelda3::ObjectCategories::ObjectInfo::name

◆ description

std::string yaze::zelda3::ObjectCategories::ObjectInfo::description

◆ valid_sizes

std::vector<std::pair<int, int> > yaze::zelda3::ObjectCategories::ObjectInfo::valid_sizes

◆ valid_layers

std::vector<int> yaze::zelda3::ObjectCategories::ObjectInfo::valid_layers

◆ is_interactive

bool yaze::zelda3::ObjectCategories::ObjectInfo::is_interactive

◆ is_collidable

bool yaze::zelda3::ObjectCategories::ObjectInfo::is_collidable

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