New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
EnemyBoyoMgr Class Reference

#include <EnemyBoyoMgr.h>

Public Member Functions

 EnemyBoyoMgr (Actor *owner)
void initialize ()
void begin (s32 time=cBoyonTime, f32 delta_scale=cDeltaScale)
void execute ()
void execute (s32 period)
const sead::Vector3fgetScale () const
virtual sead::Vector3f getBaseScale () const

Static Public Attributes

static const s32 cBoyonTime = 24
static const f32 cDeltaScale

Protected Attributes

sead::Vector3f mScale
f32 mScaleFactor
f32 mDeltaScale
s32 mTime
ActormOwner

Constructor & Destructor Documentation

◆ EnemyBoyoMgr()

EnemyBoyoMgr::EnemyBoyoMgr ( Actor * owner)
inline

Member Function Documentation

◆ initialize()

void EnemyBoyoMgr::initialize ( )
inline

◆ begin()

void EnemyBoyoMgr::begin ( s32 time = cBoyonTime,
f32 delta_scale = cDeltaScale )

◆ execute() [1/2]

void EnemyBoyoMgr::execute ( )

◆ execute() [2/2]

void EnemyBoyoMgr::execute ( s32 period)

◆ getScale()

const sead::Vector3f & EnemyBoyoMgr::getScale ( ) const
inline

◆ getBaseScale()

virtual sead::Vector3f EnemyBoyoMgr::getBaseScale ( ) const
virtual

Member Data Documentation

◆ cBoyonTime

const s32 EnemyBoyoMgr::cBoyonTime = 24
static

◆ cDeltaScale

const f32 EnemyBoyoMgr::cDeltaScale
static

◆ mScale

sead::Vector3f EnemyBoyoMgr::mScale
protected

◆ mScaleFactor

f32 EnemyBoyoMgr::mScaleFactor
protected

◆ mDeltaScale

f32 EnemyBoyoMgr::mDeltaScale
protected

◆ mTime

s32 EnemyBoyoMgr::mTime
protected

◆ mOwner

Actor* EnemyBoyoMgr::mOwner
protected