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 |
Get object information.
Definition at line 302 of file dungeon_object_editor.h.
| int yaze::zelda3::ObjectCategories::ObjectInfo::id |
Definition at line 303 of file dungeon_object_editor.h.
Referenced by yaze::zelda3::ObjectCategories::GetObjectInfo().
| std::string yaze::zelda3::ObjectCategories::ObjectInfo::name |
Definition at line 304 of file dungeon_object_editor.h.
Referenced by yaze::zelda3::ObjectCategories::GetObjectInfo().
| std::string yaze::zelda3::ObjectCategories::ObjectInfo::description |
Definition at line 305 of file dungeon_object_editor.h.
Referenced by yaze::zelda3::ObjectCategories::GetObjectInfo().
| std::vector<std::pair<int, int> > yaze::zelda3::ObjectCategories::ObjectInfo::valid_sizes |
Definition at line 306 of file dungeon_object_editor.h.
Referenced by yaze::zelda3::ObjectCategories::GetObjectInfo().
| std::vector<int> yaze::zelda3::ObjectCategories::ObjectInfo::valid_layers |
Definition at line 307 of file dungeon_object_editor.h.
Referenced by yaze::zelda3::ObjectCategories::GetObjectInfo().
| bool yaze::zelda3::ObjectCategories::ObjectInfo::is_interactive |
Definition at line 308 of file dungeon_object_editor.h.
Referenced by yaze::zelda3::ObjectCategories::GetObjectInfo().
| bool yaze::zelda3::ObjectCategories::ObjectInfo::is_collidable |
Definition at line 309 of file dungeon_object_editor.h.
Referenced by yaze::zelda3::ObjectCategories::GetObjectInfo().