#include <ChibiYoshiEatData.h>
Inherited by EnemyChibiYoshiEatData.
◆ EatType
| Enumerator |
|---|
| cEatType_None | Damages the player when trying to eat.
|
| cEatType_Drink | Swallow the food.
|
◆ ScoreType
| Enumerator |
|---|
| cScoreType_Point_200 | |
| cScoreType_Point_1000 | |
| cScoreType_None | |
◆ ChibiYoshiEatData()
◆ vf0C()
| virtual u32 ChibiYoshiEatData::vf0C |
( |
| ) |
|
|
virtual |
◆ vf14()
| virtual void * ChibiYoshiEatData::vf14 |
( |
void * | | ) |
|
|
virtual |
◆ vf1C()
| virtual void * ChibiYoshiEatData::vf1C |
( |
void * | | ) |
|
|
virtual |
◆ vf24()
| virtual void ChibiYoshiEatData::vf24 |
( |
| ) |
|
|
virtual |
◆ setEatSpitOut()
| virtual void ChibiYoshiEatData::setEatSpitOut |
( |
Actor * | chibi_yoshi | ) |
|
|
virtual |
◆ handleEaten()
| virtual bool ChibiYoshiEatData::handleEaten |
( |
Actor * | chibi_yoshi | ) |
|
|
virtual |
◆ vf3C()
| virtual void ChibiYoshiEatData::vf3C |
( |
| ) |
|
|
virtual |
◆ getState()
| u32 ChibiYoshiEatData::getState |
( |
| ) |
const |
|
inline |
◆ setState()
| void ChibiYoshiEatData::setState |
( |
u32 | state | ) |
|
|
inline |
◆ getEatType()
| EatType ChibiYoshiEatData::getEatType |
( |
| ) |
const |
|
inline |
◆ setEatType()
| void ChibiYoshiEatData::setEatType |
( |
EatType | eat_type | ) |
|
|
inline |
◆ getScale() [1/2]
◆ getScale() [2/2]
◆ getScoreType()
| ScoreType ChibiYoshiEatData::getScoreType |
( |
| ) |
const |
|
inline |
◆ setScoreType()
| void ChibiYoshiEatData::setScoreType |
( |
ScoreType | score_type | ) |
|
|
inline |
◆ mOwnerID
◆ mYoshiChibiID
| u32 ChibiYoshiEatData::mYoshiChibiID |
|
protected |
◆ mScale
◆ mState
| u32 ChibiYoshiEatData::mState |
|
protected |
◆ mEatType
| EatType ChibiYoshiEatData::mEatType |
|
protected |
◆ mScoreType