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

Entrance type utilities. More...

Classes

struct  EntranceInfo
 Get entrance information by ID. More...
 

Functions

absl::StatusOr< EntranceInfoGetEntranceInfo (int entrance_id)
 
std::vector< EntranceInfoGetAllEntranceInfos ()
 
std::vector< EntranceInfoGetEntrancesByType (DungeonEditorSystem::EntranceType type)
 

Detailed Description

Entrance type utilities.

Function Documentation

◆ GetEntranceInfo()

absl::StatusOr< EntranceInfo > yaze::zelda3::EntranceTypes::GetEntranceInfo ( int  entrance_id)

◆ GetAllEntranceInfos()

std::vector< EntranceInfo > yaze::zelda3::EntranceTypes::GetAllEntranceInfos ( )

◆ GetEntrancesByType()

std::vector< EntranceInfo > yaze::zelda3::EntranceTypes::GetEntrancesByType ( DungeonEditorSystem::EntranceType  type)