#include <d_a_cow.h>
|
| enum | Crazy {
Crazy_Wait = 0
, Crazy_Dash = 1
, Crazy_BeforeCatch = 2
, Crazy_Catch = 3
,
Crazy_Throw = 4
, Crazy_Attack = 5
, Crazy_Away = 6
, Crazy_End = 7
,
Crazy_Back = 8
} |
| |
| enum | Mode { Mode_0 = 0
, Mode_1 = 1
, Mode_2 = 2
, Mode_3 = 3
} |
| |
| enum | Action {
Action_Wait = 0
, Action_NadeNade = 1
, Action_Cry = 2
, Action_3 = 3
,
Action_4 = 4
, Action_5 = 5
, Action_6 = 6
, Action_Running = 7
} |
| |
| enum | Animation {
Animation_Catch = 5
, Animation_ConnectA = 6
, Animation_DownL = 7
, Animation_DownR = 8
,
Animation_EatA = 9
, Animation_FallL = 10
, Animation_FallR = 11
, Animation_GetupL = 12
,
Animation_GetupR = 13
, Animation_Jump = 14
, Animation_MooA = 15
, Animation_Press = 16
,
Animation_PressWA = 17
, Animation_PressWB = 18
, Animation_Run = 19
, Animation_Rush = 20
,
Animation_ShakeA = 21
, Animation_Shakeoff = 22
, Animation_Shock = 23
, Animation_Toss = 24
,
Animation_TrotA = 25
, Animation_WaitA = 26
, Animation_WalkA = 27
, Animation_WalkDejected = 28
} |
| |
| enum | RunType { RunType_None = 0
, RunType_Trot = 1
, RunType_Run = 2
} |
| |
| enum | Execute {
Execute_0 = 0
, Execute_1 = 1
, Execute_2 = 2
, Execute_3 = 3
,
Execute_4 = 4
, Execute_5 = 5
, Execute_6 = 6
} |
| |
| enum | Flag {
Flag_CrazyBeforeCatch = 1 << 0
, Flag_CrazyCatch = 1 << 1
, Flag_CrazyDash = 1 << 2
, Flag_CrazyThrowLeft = 1 << 3
,
Flag_CrazyThrowRight = 1 << 4
, Flag_CrazyReady = 1 << 5
, Flag_CrazyGo = 1 << 6
, Flag_Naderu = 1 << 7
,
Flag_NaderuFinish = 1 << 8
, Flag_CrazyReadyDrawOn = 1 << 9
} |
| |
◆ Action
| Enumerator |
|---|
| Action_Wait | |
| Action_NadeNade | |
| Action_Cry | |
| Action_3 | |
| Action_4 | |
| Action_5 | |
| Action_6 | |
| Action_Running | |
◆ Animation
| Enumerator |
|---|
| Animation_Catch | |
| Animation_ConnectA | |
| Animation_DownL | |
| Animation_DownR | |
| Animation_EatA | |
| Animation_FallL | |
| Animation_FallR | |
| Animation_GetupL | |
| Animation_GetupR | |
| Animation_Jump | |
| Animation_MooA | |
| Animation_Press | |
| Animation_PressWA | |
| Animation_PressWB | |
| Animation_Run | |
| Animation_Rush | |
| Animation_ShakeA | |
| Animation_Shakeoff | |
| Animation_Shock | |
| Animation_Toss | |
| Animation_TrotA | |
| Animation_WaitA | |
| Animation_WalkA | |
| Animation_WalkDejected | |
◆ Crazy
| Enumerator |
|---|
| Crazy_Wait | |
| Crazy_Dash | |
| Crazy_BeforeCatch | |
| Crazy_Catch | |
| Crazy_Throw | |
| Crazy_Attack | |
| Crazy_Away | |
| Crazy_End | |
| Crazy_Back | |
◆ Execute
| Enumerator |
|---|
| Execute_0 | |
| Execute_1 | |
| Execute_2 | |
| Execute_3 | |
| Execute_4 | |
| Execute_5 | |
| Execute_6 | |
◆ Flag
| Enumerator |
|---|
| Flag_CrazyBeforeCatch | |
| Flag_CrazyCatch | |
| Flag_CrazyDash | |
| Flag_CrazyThrowLeft | |
| Flag_CrazyThrowRight | |
| Flag_CrazyReady | |
| Flag_CrazyGo | |
| Flag_Naderu | |
| Flag_NaderuFinish | |
| Flag_CrazyReadyDrawOn | |
◆ Mode
| Enumerator |
|---|
| Mode_0 | |
| Mode_1 | |
| Mode_2 | |
| Mode_3 | |
◆ RunType
| Enumerator |
|---|
| RunType_None | |
| RunType_Trot | |
| RunType_Run | |
◆ action()
◆ action_angry()
| void daCow_c::action_angry |
( |
| ) |
|
◆ action_crazy()
| void daCow_c::action_crazy |
( |
| ) |
|
◆ action_damage()
| void daCow_c::action_damage |
( |
| ) |
|
◆ action_eat()
| void daCow_c::action_eat |
( |
| ) |
|
◆ action_enter()
| void daCow_c::action_enter |
( |
| ) |
|
◆ action_moo()
| void daCow_c::action_moo |
( |
| ) |
|
◆ action_run()
| void daCow_c::action_run |
( |
| ) |
|
◆ action_shake()
| void daCow_c::action_shake |
( |
| ) |
|
◆ action_thrown()
| void daCow_c::action_thrown |
( |
| ) |
|
◆ action_wait()
| void daCow_c::action_wait |
( |
| ) |
|
◆ action_wolf()
| void daCow_c::action_wolf |
( |
| ) |
|
◆ calcCatchPos()
| void daCow_c::calcCatchPos |
( |
f32 | distance, |
|
|
int | someBool ) |
◆ calcRunAnime()
| int daCow_c::calcRunAnime |
( |
int | resetRunType | ) |
|
◆ checkBck()
| u8 daCow_c::checkBck |
( |
int | i_index | ) |
|
◆ checkBeforeBg()
| void daCow_c::checkBeforeBg |
( |
| ) |
|
◆ checkBeforeBgAngry()
| bool daCow_c::checkBeforeBgAngry |
( |
s16 | angle | ) |
|
◆ checkCowIn()
| int daCow_c::checkCowIn |
( |
f32 | cowshedDist, |
|
|
f32 | cowshedAngle ) |
◆ checkCowInOwn()
| bool daCow_c::checkCowInOwn |
( |
int | angle | ) |
|
◆ checkCurringPen()
| bool daCow_c::checkCurringPen |
( |
| ) |
|
◆ checkNadeNade()
| bool daCow_c::checkNadeNade |
( |
| ) |
|
◆ checkNadeNadeFinish()
| bool daCow_c::checkNadeNadeFinish |
( |
| ) |
|
◆ checkNearCowRun()
| bool daCow_c::checkNearCowRun |
( |
| ) |
|
◆ checkNearWolf()
| bool daCow_c::checkNearWolf |
( |
| ) |
|
◆ checkOutOfGate()
| int daCow_c::checkOutOfGate |
( |
cXyz | pos | ) |
|
◆ checkPlayerPos()
| bool daCow_c::checkPlayerPos |
( |
| ) |
|
◆ checkPlayerSurprise()
| bool daCow_c::checkPlayerSurprise |
( |
| ) |
|
◆ checkPlayerWait()
| bool daCow_c::checkPlayerWait |
( |
| ) |
|
◆ checkProcess()
| BOOL daCow_c::checkProcess |
( |
void(daCow_c::* | process )() | ) |
|
◆ checkRun()
| bool daCow_c::checkRun |
( |
| ) |
|
◆ checkThrow()
| bool daCow_c::checkThrow |
( |
| ) |
|
◆ checkWolfBusters()
| bool daCow_c::checkWolfBusters |
( |
| ) |
|
◆ create()
◆ CreateHeap()
| int daCow_c::CreateHeap |
( |
| ) |
|
◆ createHeapCallBack()
| int daCow_c::createHeapCallBack |
( |
fopAc_ac_c * | actor | ) |
|
|
static |
◆ ctrlJoint()
◆ ctrlJointCallBack()
| int daCow_c::ctrlJointCallBack |
( |
J3DJoint * | joint, |
|
|
int | skip ) |
|
static |
◆ damage_check()
| void daCow_c::damage_check |
( |
| ) |
|
◆ Delete()
◆ Draw()
◆ Execute()
◆ executeCrazyAttack()
| void daCow_c::executeCrazyAttack |
( |
| ) |
|
◆ executeCrazyAway()
| void daCow_c::executeCrazyAway |
( |
| ) |
|
◆ executeCrazyBack()
| void daCow_c::executeCrazyBack |
( |
| ) |
|
◆ executeCrazyBack2()
| void daCow_c::executeCrazyBack2 |
( |
| ) |
|
◆ executeCrazyBeforeCatch()
| void daCow_c::executeCrazyBeforeCatch |
( |
| ) |
|
◆ executeCrazyCatch()
| void daCow_c::executeCrazyCatch |
( |
| ) |
|
◆ executeCrazyDash()
| void daCow_c::executeCrazyDash |
( |
| ) |
|
◆ executeCrazyEnd()
| void daCow_c::executeCrazyEnd |
( |
| ) |
|
◆ executeCrazyThrow()
| void daCow_c::executeCrazyThrow |
( |
| ) |
|
◆ executeCrazyWait()
| void daCow_c::executeCrazyWait |
( |
| ) |
|
◆ getCowIn()
| bool daCow_c::getCowIn |
( |
| ) |
|
|
inline |
◆ getCowP()
◆ getCowshedAngle()
| s16 daCow_c::getCowshedAngle |
( |
| ) |
|
◆ getCowshedDist()
| double daCow_c::getCowshedDist |
( |
| ) |
|
◆ getNoNearCheckTimer()
| int daCow_c::getNoNearCheckTimer |
( |
| ) |
const |
|
inline |
◆ getShapeAngle()
| csXyz daCow_c::getShapeAngle |
( |
| ) |
|
|
inline |
◆ initCrazyAttack()
| void daCow_c::initCrazyAttack |
( |
int | playerMoving | ) |
|
◆ initCrazyAway()
| void daCow_c::initCrazyAway |
( |
int | _unused | ) |
|
◆ initCrazyBack()
| void daCow_c::initCrazyBack |
( |
int | _unused | ) |
|
◆ initCrazyBeforeCatch()
| void daCow_c::initCrazyBeforeCatch |
( |
int | _unused | ) |
|
◆ initCrazyCatch()
| void daCow_c::initCrazyCatch |
( |
int | _unused | ) |
|
◆ initCrazyThrow()
| void daCow_c::initCrazyThrow |
( |
int | nextAction | ) |
|
◆ initialize()
| u8 daCow_c::initialize |
( |
| ) |
|
◆ isAngry()
| bool daCow_c::isAngry |
( |
| ) |
|
◆ isChaseCowGame()
| bool daCow_c::isChaseCowGame |
( |
| ) |
|
◆ isGuardFad()
| bool daCow_c::isGuardFad |
( |
| ) |
|
◆ setActetcStatus()
| void daCow_c::setActetcStatus |
( |
| ) |
|
◆ setAngryHit()
| void daCow_c::setAngryHit |
( |
| ) |
|
◆ setAngryTurn()
| void daCow_c::setAngryTurn |
( |
| ) |
|
◆ setAttnPos()
| void daCow_c::setAttnPos |
( |
| ) |
|
◆ setBck()
| void daCow_c::setBck |
( |
int | i_index, |
|
|
u8 | i_attr, |
|
|
f32 | i_morf, |
|
|
f32 | i_rate ) |
◆ setBodyAngle()
| void daCow_c::setBodyAngle |
( |
s16 | angle | ) |
|
◆ setBodyAngle2()
| void daCow_c::setBodyAngle2 |
( |
s16 | angle | ) |
|
◆ setCarryStatus()
| void daCow_c::setCarryStatus |
( |
| ) |
|
◆ setCollisions()
| void daCow_c::setCollisions |
( |
| ) |
|
◆ setCowInCage()
| void daCow_c::setCowInCage |
( |
| ) |
|
◆ setCowP()
| void daCow_c::setCowP |
( |
daCow_c * | cow | ) |
|
|
inline |
◆ setCrazyBeforeCatch()
| void daCow_c::setCrazyBeforeCatch |
( |
| ) |
|
|
inline |
◆ setCrazyCatch()
| void daCow_c::setCrazyCatch |
( |
| ) |
|
|
inline |
◆ setCrazyDash()
| void daCow_c::setCrazyDash |
( |
| ) |
|
|
inline |
◆ setCrazyGo()
| void daCow_c::setCrazyGo |
( |
| ) |
|
|
inline |
◆ setCrazyReady()
| void daCow_c::setCrazyReady |
( |
| ) |
|
|
inline |
◆ setCrazyReadyDrawOn()
| void daCow_c::setCrazyReadyDrawOn |
( |
| ) |
|
|
inline |
◆ setCrazyThrowLeft()
| void daCow_c::setCrazyThrowLeft |
( |
| ) |
|
|
inline |
◆ setCrazyThrowRight()
| void daCow_c::setCrazyThrowRight |
( |
| ) |
|
|
inline |
◆ setEffect()
| void daCow_c::setEffect |
( |
| ) |
|
◆ setEnterCount()
| void daCow_c::setEnterCount |
( |
| ) |
|
◆ setEnterCow10()
| void daCow_c::setEnterCow10 |
( |
| ) |
|
◆ setEnterCow20()
| void daCow_c::setEnterCow20 |
( |
| ) |
|
◆ setGroundAngle()
| void daCow_c::setGroundAngle |
( |
| ) |
|
◆ setMtx()
◆ setNaderu()
| void daCow_c::setNaderu |
( |
| ) |
|
|
inline |
◆ setNaderuFinish()
| void daCow_c::setNaderuFinish |
( |
| ) |
|
|
inline |
◆ setProcess()
| bool daCow_c::setProcess |
( |
void(daCow_c::* | process )(), |
|
|
int | doAnim6 ) |
◆ setRedTev()
| void daCow_c::setRedTev |
( |
| ) |
|
◆ setRushVibration()
| void daCow_c::setRushVibration |
( |
int | i_vibmode | ) |
|
◆ setSeSnort()
| void daCow_c::setSeSnort |
( |
| ) |
|
◆ _unused
◆ mAcch
◆ mAcchCir
◆ mAction
◆ mAnimationInterval
| u8 daCow_c::mAnimationInterval |
|
private |
◆ mAttentionDistance
| f32 daCow_c::mAttentionDistance |
|
private |
◆ mBoostAngle
◆ mBoostSpeed
◆ mCcStts
◆ mChangeRedTev
| u8 daCow_c::mChangeRedTev |
|
private |
◆ mCounter1
◆ mCowIn
◆ mCowP
◆ mCrazy
◆ mDealDamageTimer
| int daCow_c::mDealDamageTimer |
|
private |
◆ mDoConnectAnim
| u8 daCow_c::mDoConnectAnim |
|
private |
◆ mDrawOff
◆ mEnterTimerDone
| bool daCow_c::mEnterTimerDone |
|
private |
◆ mExecute
◆ mFlags
◆ mForgetCowPTimer
| int daCow_c::mForgetCowPTimer |
|
private |
◆ mGroundHeight
| f32 daCow_c::mGroundHeight |
|
private |
◆ mGroundTransform
| csXyz daCow_c::mGroundTransform |
|
private |
◆ mIdleTimer
◆ mIntersectedPlanes
| u8 daCow_c::mIntersectedPlanes |
|
private |
◆ mInvulnerabilityTimer
| int daCow_c::mInvulnerabilityTimer |
|
private |
◆ mIsCrazy
◆ mISpeed
◆ mJoint1Offset
| csXyz daCow_c::mJoint1Offset |
|
private |
◆ mJoint8Offset
| csXyz daCow_c::mJoint8Offset |
|
private |
◆ mJointIndex
◆ mJointPos
◆ mMode
◆ mNadeNade
◆ mNoNearCheckTimer
| u8 daCow_c::mNoNearCheckTimer |
|
private |
◆ mOutOfGate
◆ mParticle
◆ mPath
◆ mpBtp
◆ mPhase
◆ mpMorf
◆ mPointIndex
◆ mPrm0
◆ mProcess
| void(daCow_c::* daCow_c::mProcess) () |
|
private |
◆ mReadyToDash
| bool daCow_c::mReadyToDash |
|
private |
◆ mRedTev
◆ mRunDuration
◆ mRunTimer
◆ mRunType
◆ mSavedAngle
| csXyz daCow_c::mSavedAngle |
|
private |
◆ mShadowKey
◆ mShouldSetEffect
| u8 daCow_c::mShouldSetEffect |
|
private |
◆ mSmokeKey
◆ mSmokeKey2
◆ mSound
◆ mSpeed
◆ mSph
◆ mTakenDamageCounter
| int daCow_c::mTakenDamageCounter |
|
private |
◆ mTarget
◆ mTargetAngle
| s16 daCow_c::mTargetAngle |
|
private |
◆ mTargetRedTev
| f32 daCow_c::mTargetRedTev |
|
private |
◆ mThrowIntensity
| s16 daCow_c::mThrowIntensity |
|
private |
◆ mTimer1
◆ mTimer10
◆ mTimer6
◆ mTurningSpeed
| s16 daCow_c::mTurningSpeed |
|
private |
◆ mWaitTimer
◆ mWillGetAngry
| u8 daCow_c::mWillGetAngry |
|
private |
The documentation for this class was generated from the following files: