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

Object routine information. More...

#include <object_parser.h>

Public Member Functions

 ObjectRoutineInfo ()
 

Public Attributes

uint32_t routine_ptr
 
uint32_t tile_ptr
 
int tile_count
 
bool is_repeatable
 
bool is_orientation_dependent
 

Detailed Description

Object routine information.

Definition at line 18 of file object_parser.h.

Constructor & Destructor Documentation

◆ ObjectRoutineInfo()

yaze::zelda3::ObjectRoutineInfo::ObjectRoutineInfo ( )
inline

Definition at line 25 of file object_parser.h.

Member Data Documentation

◆ routine_ptr

uint32_t yaze::zelda3::ObjectRoutineInfo::routine_ptr

Definition at line 19 of file object_parser.h.

Referenced by yaze::zelda3::ObjectParser::ParseObjectRoutine().

◆ tile_ptr

uint32_t yaze::zelda3::ObjectRoutineInfo::tile_ptr

Definition at line 20 of file object_parser.h.

Referenced by yaze::zelda3::ObjectParser::ParseObjectRoutine().

◆ tile_count

int yaze::zelda3::ObjectRoutineInfo::tile_count

Definition at line 21 of file object_parser.h.

Referenced by yaze::zelda3::ObjectParser::ParseObjectRoutine().

◆ is_repeatable

bool yaze::zelda3::ObjectRoutineInfo::is_repeatable

Definition at line 22 of file object_parser.h.

Referenced by yaze::zelda3::ObjectParser::ParseObjectRoutine().

◆ is_orientation_dependent

bool yaze::zelda3::ObjectRoutineInfo::is_orientation_dependent

Definition at line 23 of file object_parser.h.

Referenced by yaze::zelda3::ObjectParser::ParseObjectRoutine().


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