Item type utilities. More...
Classes | |
| struct | ItemInfo |
| Get item information by ID. More... | |
Functions | |
| absl::StatusOr< ItemInfo > | GetItemInfo (int item_id) |
| std::vector< ItemInfo > | GetAllItemInfos () |
| std::vector< ItemInfo > | GetItemsByType (DungeonEditorSystem::ItemType type) |
| absl::StatusOr< std::string > | GetItemCategory (int item_id) |
Item type utilities.
| absl::StatusOr< ItemInfo > yaze::zelda3::ItemTypes::GetItemInfo | ( | int | item_id | ) |
| std::vector< ItemInfo > yaze::zelda3::ItemTypes::GetAllItemInfos | ( | ) |
| std::vector< ItemInfo > yaze::zelda3::ItemTypes::GetItemsByType | ( | DungeonEditorSystem::ItemType | type | ) |
| absl::StatusOr< std::string > yaze::zelda3::ItemTypes::GetItemCategory | ( | int | item_id | ) |