yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::ItemTypes Namespace Reference

Item type utilities. More...

Classes

struct  ItemInfo
 Get item information by ID. More...
 

Functions

absl::StatusOr< ItemInfoGetItemInfo (int item_id)
 
std::vector< ItemInfoGetAllItemInfos ()
 
std::vector< ItemInfoGetItemsByType (DungeonEditorSystem::ItemType type)
 
absl::StatusOr< std::string > GetItemCategory (int item_id)
 

Detailed Description

Item type utilities.

Function Documentation

◆ GetItemInfo()

absl::StatusOr< ItemInfo > yaze::zelda3::ItemTypes::GetItemInfo ( int  item_id)

◆ GetAllItemInfos()

std::vector< ItemInfo > yaze::zelda3::ItemTypes::GetAllItemInfos ( )

◆ GetItemsByType()

std::vector< ItemInfo > yaze::zelda3::ItemTypes::GetItemsByType ( DungeonEditorSystem::ItemType  type)

◆ GetItemCategory()

absl::StatusOr< std::string > yaze::zelda3::ItemTypes::GetItemCategory ( int  item_id)