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

Object size and orientation information. More...

#include <object_parser.h>

Public Member Functions

 ObjectSizeInfo ()
 

Public Attributes

int width_tiles
 
int height_tiles
 
bool is_horizontal
 
bool is_repeatable
 
int repeat_count
 

Detailed Description

Object size and orientation information.

Definition at line 49 of file object_parser.h.

Constructor & Destructor Documentation

◆ ObjectSizeInfo()

yaze::zelda3::ObjectSizeInfo::ObjectSizeInfo ( )
inline

Definition at line 56 of file object_parser.h.

Member Data Documentation

◆ width_tiles

int yaze::zelda3::ObjectSizeInfo::width_tiles

Definition at line 50 of file object_parser.h.

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

◆ height_tiles

int yaze::zelda3::ObjectSizeInfo::height_tiles

Definition at line 51 of file object_parser.h.

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

◆ is_horizontal

bool yaze::zelda3::ObjectSizeInfo::is_horizontal

Definition at line 52 of file object_parser.h.

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

◆ is_repeatable

bool yaze::zelda3::ObjectSizeInfo::is_repeatable

Definition at line 53 of file object_parser.h.

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

◆ repeat_count

int yaze::zelda3::ObjectSizeInfo::repeat_count

Definition at line 54 of file object_parser.h.

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


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