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

Description

Definition at line 5 of file d_en_boyo_manager.hpp.

Public Member Functions

 dEnBoyoMng_c (dActor_c *owner)
void begin (int time, float scale)
void execute ()

Public Attributes

mVec3_c mScale
float mFactor
float mFactorDelta
int mCounter
dActor_cmpOwner
u8 mDirection

Static Public Attributes

static float smc_DELTA_SCALE
static int smc_BOYON_TIME

Constructor & Destructor Documentation

◆ dEnBoyoMng_c()

dEnBoyoMng_c::dEnBoyoMng_c ( dActor_c * owner)
inline

Definition at line 7 of file d_en_boyo_manager.hpp.

Member Data Documentation

◆ mScale

mVec3_c dEnBoyoMng_c::mScale

Definition at line 17 of file d_en_boyo_manager.hpp.

◆ mFactor

float dEnBoyoMng_c::mFactor

Definition at line 18 of file d_en_boyo_manager.hpp.

◆ mFactorDelta

float dEnBoyoMng_c::mFactorDelta

Definition at line 19 of file d_en_boyo_manager.hpp.

◆ mCounter

int dEnBoyoMng_c::mCounter

Definition at line 20 of file d_en_boyo_manager.hpp.

◆ mpOwner

dActor_c* dEnBoyoMng_c::mpOwner

Definition at line 21 of file d_en_boyo_manager.hpp.

◆ mDirection

u8 dEnBoyoMng_c::mDirection

Definition at line 22 of file d_en_boyo_manager.hpp.

◆ smc_DELTA_SCALE

float dEnBoyoMng_c::smc_DELTA_SCALE
static

Definition at line 24 of file d_en_boyo_manager.hpp.

◆ smc_BOYON_TIME

int dEnBoyoMng_c::smc_BOYON_TIME
static

Definition at line 25 of file d_en_boyo_manager.hpp.