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

#include <dungeon_stream_allocator.h>

Public Member Functions

uint32_t size () const
 

Public Attributes

uint32_t room_id = 0
 
uint32_t pointer_slot_pc = 0
 
uint32_t data_pc = 0
 
uint32_t logical_end_pc = 0
 
bool valid = false
 
std::vector< uint8_t > encoded_stream
 

Detailed Description

Definition at line 64 of file dungeon_stream_allocator.h.

Member Function Documentation

◆ size()

uint32_t yaze::zelda3::DungeonStreamRecord::size ( ) const
inline

Definition at line 75 of file dungeon_stream_allocator.h.

References data_pc, logical_end_pc, and valid.

Member Data Documentation

◆ room_id

uint32_t yaze::zelda3::DungeonStreamRecord::room_id = 0

Definition at line 65 of file dungeon_stream_allocator.h.

Referenced by yaze::zelda3::InventoryDungeonStreams().

◆ pointer_slot_pc

uint32_t yaze::zelda3::DungeonStreamRecord::pointer_slot_pc = 0

Definition at line 66 of file dungeon_stream_allocator.h.

Referenced by yaze::zelda3::InventoryDungeonStreams().

◆ data_pc

uint32_t yaze::zelda3::DungeonStreamRecord::data_pc = 0

Definition at line 67 of file dungeon_stream_allocator.h.

Referenced by yaze::zelda3::InventoryDungeonStreams(), and size().

◆ logical_end_pc

uint32_t yaze::zelda3::DungeonStreamRecord::logical_end_pc = 0

Definition at line 68 of file dungeon_stream_allocator.h.

Referenced by yaze::zelda3::InventoryDungeonStreams(), and size().

◆ valid

bool yaze::zelda3::DungeonStreamRecord::valid = false

Definition at line 69 of file dungeon_stream_allocator.h.

Referenced by yaze::zelda3::InventoryDungeonStreams(), and size().

◆ encoded_stream

std::vector<uint8_t> yaze::zelda3::DungeonStreamRecord::encoded_stream

Definition at line 73 of file dungeon_stream_allocator.h.

Referenced by yaze::zelda3::InventoryDungeonStreams().


The documentation for this struct was generated from the following file: