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

Door dimensions in tiles (8x8 pixel tiles) More...

#include <door_types.h>

Public Member Functions

int width_pixels () const
 
int height_pixels () const
 

Public Attributes

int width_tiles
 Width in 8x8 tiles.
 
int height_tiles
 Height in 8x8 tiles.
 

Detailed Description

Door dimensions in tiles (8x8 pixel tiles)

Definition at line 178 of file door_types.h.

Member Function Documentation

◆ width_pixels()

int yaze::zelda3::DoorDimensions::width_pixels ( ) const
inline

Definition at line 182 of file door_types.h.

References width_tiles.

◆ height_pixels()

int yaze::zelda3::DoorDimensions::height_pixels ( ) const
inline

Definition at line 183 of file door_types.h.

References height_tiles.

Member Data Documentation

◆ width_tiles

int yaze::zelda3::DoorDimensions::width_tiles

Width in 8x8 tiles.

Definition at line 179 of file door_types.h.

Referenced by yaze::zelda3::ObjectDrawer::DrawDoor(), and width_pixels().

◆ height_tiles

int yaze::zelda3::DoorDimensions::height_tiles

Height in 8x8 tiles.

Definition at line 180 of file door_types.h.

Referenced by height_pixels().


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