NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches

Description

Definition at line 4 of file d_bg.hpp.

Public Member Functions

float getLiquidHeight () const
void setWaterInWave (float x, float y, u8 type)
float getDispScale ()
float getPrevDispScale ()

Public Attributes

char mPad1 [0x8fea0]
float mLoopOffset
u8 mPad2 [0x20]
float mLiquidHeight
u8 mPad3 [0x144]
float mDispScale
float m_8ffa8
float mPrevDispScale

Static Public Attributes

static dBg_cm_bg_p

Member Function Documentation

◆ getLiquidHeight()

float dBg_c::getLiquidHeight ( ) const
inline

Definition at line 16 of file d_bg.hpp.

◆ getDispScale()

float dBg_c::getDispScale ( )
inline

Definition at line 20 of file d_bg.hpp.

◆ getPrevDispScale()

float dBg_c::getPrevDispScale ( )
inline

Definition at line 21 of file d_bg.hpp.

Member Data Documentation

◆ mPad1

char dBg_c::mPad1[0x8fea0]

Definition at line 6 of file d_bg.hpp.

◆ mLoopOffset

float dBg_c::mLoopOffset

Definition at line 7 of file d_bg.hpp.

◆ mPad2

u8 dBg_c::mPad2[0x20]

Definition at line 8 of file d_bg.hpp.

◆ mLiquidHeight

float dBg_c::mLiquidHeight

Definition at line 9 of file d_bg.hpp.

◆ mPad3

u8 dBg_c::mPad3[0x144]

Definition at line 10 of file d_bg.hpp.

◆ mDispScale

float dBg_c::mDispScale

Definition at line 11 of file d_bg.hpp.

◆ m_8ffa8

float dBg_c::m_8ffa8

Definition at line 12 of file d_bg.hpp.

◆ mPrevDispScale

float dBg_c::mPrevDispScale

Definition at line 13 of file d_bg.hpp.

◆ m_bg_p

dBg_c* dBg_c::m_bg_p
static

Definition at line 23 of file d_bg.hpp.