#include <dungeon_object_registry.h>
Public Attributes | |
| int16_t | id = 0 |
| std::string | name |
| bool | is_custom = false |
Definition at line 11 of file dungeon_object_registry.h.
| int16_t yaze::zelda3::DungeonObjectInfo::id = 0 |
Definition at line 12 of file dungeon_object_registry.h.
Referenced by yaze::zelda3::DungeonObjectRegistry::RegisterCustomObject(), yaze::zelda3::DungeonObjectRegistry::RegisterObject(), and yaze::zelda3::DungeonObjectRegistry::RegisterVanillaRange().
| std::string yaze::zelda3::DungeonObjectInfo::name |
Definition at line 13 of file dungeon_object_registry.h.
| bool yaze::zelda3::DungeonObjectInfo::is_custom = false |
Definition at line 14 of file dungeon_object_registry.h.