|
| enum | FaceMotion {
FACE_TALK_A
, FACE_TALK_B
, FACE_TALK_C
, FACE_TALK_D
,
FACE_REGRET
, FACE_LAUGH
, FACE_ASK
, FACE_SHOUT
,
FACE_SHUT
, FACE_TALK_X
, FACE_HAPPY
, FACE_H_HAPPY
,
FACE_TALK_Y
, FACE_H_REGRET
, FACE_H_LAUGH
, FACE_NONE
} |
| |
| enum | Motion {
MOTION_WAIT_A
, MOTION_WAIT_B
, MOTION_TALK_B
, MOTION_TALK_C
,
MOTION_TALK_D
, MOTION_TALK_E
, MOTION_PUSH
, MOTION_PICKUP = 8
,
MOTION_WAIT_C
, MOTION_FUNWAIT
, MOTION_REGRET
, MOTION_LAUGH
,
MOTION_ASK
, MOTION_FISH_WAIT_A
, MOTION_FISH_TALK_B
, MOTION_FISH_TALK_C
,
MOTION_FISH_REGRET
, MOTION_FISH_LAUGH
, MOTION_FISH_ASK
, MOTION_FISH_LOOK
,
MOTION_WAITLIE
, MOTION_WAKE
, MOTION_DENY
, MOTION_WAITWAKE
,
MOTION_HOLD
, MOTION_WAITHOLD
, MOTION_WAIT_X
, MOTION_WAITHOLD_B_B
,
MOTION_WALK
, MOTION_STEP
, MOTION_POUR
, MOTION_SB_WAIT
,
MOTION_SB_JUMP_A
, MOTION_SB_JUMP_C
, MOTION_RUN
, MOTION_STOP
,
MOTION_HOLD_B
, MOTION_38
, MOTION_39
, MOTION_SB_DAMAGE
,
MOTION_FISH_WAIT_A_2
, MOTION_FISH_ATTACK
, MOTION_FISH_JUMP
, MOTION_SB_TURNL
,
MOTION_SB_TURNR
, MOTION_SB_GOAL
} |
| |
| enum | Leaf_Animation { ANM_LEAF_WAIT_A
, ANM_LEAF_FALL
, ANM_LEAF_WAIT_B
} |
| |
| enum | Joint {
JNT_CENTER
, JNT_BB1
, JNT_BB2
, JNT_NECK
,
JNT_HEAD
, JNT_CHIN
, JNT_MAYUL
, JNT_MAYUR
,
JNT_MOUTH
, JNT_YKM_KURA
, JNT_SHOULDERL
, JNT_ARML1
,
JNT_ARML2
, JNT_HANDL
, JNT_FINGERL
, JNT_THUMBL
,
JNT_SHOUDLERR
, JNT_ARMR1
, JNT_ARMR2
, JNT_HANDR
,
JNT_FINGERR
, JNT_THUMBR
, JNT_WAIST
, JNT_LEGL1
,
JNT_LEGL2
, JNT_FOOTL
, JNT_LEGR1
, JNT_LEGR2
,
JNT_FOOTR
, JNT_TAIL
} |
| |
| enum | Type {
TYPE_0
, TYPE_COOK
, TYPE_2
, TYPE_3
,
TYPE_4
, TYPE_5
, TYPE_6
, TYPE_7
} |
| |
| enum | Event {
EVENT_NONE
, EVENT_NO_RESPONSE
, EVENT_SLIDEDOWN
, EVENT_MEETING_AGAIN
,
EVENT_GET_TOMATOPUREE
, EVENT_GET_TASTE
, EVENT_FIND_WOLF
, EVENT_START_SNOWBOARDRACE
,
EVENT_END_SNOWBOARDRACE
, EVENT_HUG
} |
| |
| typedef int(daNpc_ykM_c::*) | cutFunc(int) |
| |
| typedef BOOL(daNpc_ykM_c::*) | ActionFn(void *) |
| |
| enum | Mode {
MODE_ENTER
, MODE_INIT
, MODE_RUN
, MODE_EXIT
,
MODE_4
, MODE_INVALID = -1
} |
| |
| enum | AnmFlags {
ANM_PAUSE_MORF = 0x1
, ANM_PAUSE_BTK = 0x2
, ANM_PAUSE_BRK = 0x4
, ANM_PAUSE_BPK = 0x8
,
ANM_PAUSE_BCK = 0x10
, ANM_PAUSE_BTP = 0x20
, ANM_PLAY_MORF = 0x40
, ANM_PLAY_BTK = 0x80
,
ANM_PLAY_BRK = 0x100
, ANM_PLAY_BPK = 0x200
, ANM_PLAY_BCK = 0x400
, ANM_PLAY_BTP = 0x800
,
ANM_FLAG_1000 = 0x1000
, ANM_PAUSE_TIMER_BTP = 0x2000
, ANM_FLAG_4000 = 0x4000
} |
| |
|
| | ~daNpc_ykM_c () |
| |
| cPhs__Step | create () |
| |
| int | CreateHeap () |
| |
| int | Delete () |
| |
| int | Execute () |
| |
| int | Draw () |
| |
| fopAc_ac_c * | getTomatoPureeP () |
| |
| fopAc_ac_c * | getCheeseP () |
| |
| fopAc_ac_c * | getOtherYkmP (int) |
| |
| fopAc_ac_c * | getOtherYkwP (int) |
| |
| u8 | getType () |
| |
| BOOL | isDelete () |
| |
| void | reset () |
| |
| void | afterJntAnm (int) |
| |
| void | setParam () |
| |
| BOOL | checkChangeEvt () |
| |
| void | setAfterTalkMotion () |
| |
| void | srchActors () |
| |
| BOOL | evtTalk () |
| |
| BOOL | evtCutProc () |
| |
| void | action () |
| |
| void | beforeMove () |
| |
| void | afterMoved () |
| |
| void | setAttnPos () |
| |
| void | setCollision () |
| |
| int | drawDbgInfo () |
| |
| void | drawOtherMdl () |
| |
| bool | setFishAnm (int, int, f32) |
| |
| bool | setLeafAnm (int, f32) |
| |
| bool | afterSetMotionAnm (int, int, f32, int) |
| |
| int | selectAction () |
| |
| BOOL | chkAction (ActionFn) |
| |
| int | setAction (ActionFn) |
| |
| BOOL | chkContinueAttnPlayer () |
| |
| BOOL | chkTouchPlayer () |
| |
| int | cutSlideDown (int) |
| |
| int | cutMeetingAgain (int) |
| |
| int | cutGetTomatoPuree (int) |
| |
| int | cutGetTaste (int) |
| |
| int | cutLv5DungeonClear (int) |
| |
| int | cutFindWolf (int) |
| |
| int | cutStartSnowboardRace (int) |
| |
| int | cutEndSnowboardRace (int) |
| |
| int | cutHug (int) |
| |
| void | setDialogueMotion () |
| |
| int | dialogue () |
| |
| BOOL | wait (void *) |
| |
| BOOL | cook (void *) |
| |
| BOOL | race (void *) |
| |
| BOOL | talk (void *) |
| |
| BOOL | test (void *) |
| |
| | daNpc_ykM_c (daNpcT_faceMotionAnmData_c const *i_faceMotionAnmData, daNpcT_motionAnmData_c const *i_motionAnmData, daNpcT_MotionSeqMngr_c::sequenceStepData_c const *i_faceMotionSequenceData, int i_faceMotionStepNum, daNpcT_MotionSeqMngr_c::sequenceStepData_c const *i_motionSequenceData, int i_motionStepNum, daNpcT_evtData_c const *i_evtData, char **i_arcNames) |
| |
| u16 | getEyeballMaterialNo () |
| |
| s32 | getHeadJointNo () |
| |
| s32 | getNeckJointNo () |
| |
| s32 | getBackboneJointNo () |
| |
| BOOL | checkChangeJoint (int i_joint) |
| |
| BOOL | checkRemoveJoint (int i_joint) |
| |
| u32 | getFlowNodeNo () |
| |
| int | getBitTRB () |
| |
| u8 | getPathID () |
| |
| | daNpcT_c (daNpcT_faceMotionAnmData_c const *i_faceMotionAnmData, daNpcT_motionAnmData_c const *i_motionAnmData, daNpcT_MotionSeqMngr_c::sequenceStepData_c const *i_faceMotionSequenceData, int i_faceMotionStepNum, daNpcT_MotionSeqMngr_c::sequenceStepData_c const *i_motionSequenceData, int i_motionStepNum, daNpcT_evtData_c const *i_evtData, char **i_arcNames) |
| |
| J3DAnmTransform * | getTrnsfrmAnmP (char const *, int) |
| |
| J3DAnmTransformKey * | getTrnsfrmKeyAnmP (char const *, int) |
| |
| J3DAnmTexPattern * | getTexPtrnAnmP (char const *, int) |
| |
| J3DAnmTextureSRTKey * | getTexSRTKeyAnmP (char const *, int) |
| |
| J3DAnmTevRegKey * | getTevRegKeyAnmP (char const *, int) |
| |
| J3DAnmColor * | getColorAnmP (char const *, int) |
| |
| int | setBckAnm (J3DAnmTransform *, f32, int, int, int, bool) |
| |
| int | setMcaMorfAnm (J3DAnmTransformKey *, f32, f32, int, int, int) |
| |
| int | setBtpAnm (J3DAnmTexPattern *, J3DModelData *, f32, int) |
| |
| int | setBtkAnm (J3DAnmTextureSRTKey *, J3DModelData *, f32, int) |
| |
| int | setBrkAnm (J3DAnmTevRegKey *, J3DModelData *, f32, int) |
| |
| int | setBpkAnm (J3DAnmColor *, J3DModelData *, f32, int) |
| |
| int | loadRes (s8 const *, char const **) |
| |
| void | deleteRes (s8 const *, char const **) |
| |
| int | execute () |
| |
| int | draw (BOOL, BOOL, f32, _GXColorS10 *, f32, BOOL, BOOL, BOOL) |
| |
| void | setEnvTevColor () |
| |
| void | setRoomNo () |
| |
| int | checkEndAnm (f32) |
| |
| int | checkEndAnm (J3DFrameCtrl *, f32) |
| |
| void | playAllAnm () |
| |
| void | setMtx () |
| |
| void | ctrlFaceMotion () |
| |
| void | ctrlMotion () |
| |
| int | ctrlMsgAnm (int *, int *, fopAc_ac_c *, int) |
| |
| void | evtChange () |
| |
| bool | setFaceMotionAnm (int, bool) |
| |
| void | setPos (cXyz) |
| |
| void | setAngle (s16) |
| |
| void | setAngle (csXyz) |
| |
| fopAc_ac_c * | hitChk (dCcD_GObjInf *, u32) |
| |
| void | setDamage (int, int, int) |
| |
| BOOL | chkActorInSight (fopAc_ac_c *, f32, s16) |
| |
| BOOL | chkPointInArea (cXyz, cXyz, f32, f32, f32, s16) |
| |
| BOOL | chkPointInArea (cXyz, cXyz, cXyz, s16) |
| |
| BOOL | chkFindActor (fopAc_ac_c *, BOOL, s16) |
| |
| BOOL | chkWolfAction () |
| |
| BOOL | chkFindWolf (s16, int, int, f32, f32, f32, f32, BOOL) |
| |
| BOOL | srchPlayerActor () |
| |
| cXyz | getAttnPos (fopAc_ac_c *) |
| |
| BOOL | turn (s16, int, int) |
| |
| BOOL | step (s16, int, int, int, int) |
| |
| void | calcSpeedAndAngle (cXyz, BOOL, s16, s16) |
| |
| int | getActorDistance (fopAc_ac_c *, int, int) |
| |
| BOOL | initTalk (int, fopAc_ac_c **) |
| |
| BOOL | talkProc (int *, BOOL, fopAc_ac_c **, BOOL) |
| |
| fopAc_ac_c * | getNearestActorP (s16) |
| |
| fopAc_ac_c * | getEvtAreaTagP (int, int) |
| |
| fopAc_ac_c * | getShopItemTagP () |
| |
| void | setHitodamaPrtcl () |
| |
| virtual | ~daNpcT_c () |
| |
| virtual BOOL | ctrlBtk () |
| |
| virtual void | ctrlSubFaceMotion (int) |
| |
| virtual s32 | getFootLJointNo () |
| |
| virtual s32 | getFootRJointNo () |
| |
| virtual u16 | getEyeballLMaterialNo () |
| |
| virtual u16 | getEyeballRMaterialNo () |
| |
| virtual int | ctrlJoint (J3DJoint *, J3DModel *) |
| |
| virtual BOOL | evtEndProc () |
| |
| virtual BOOL | evtProc () |
| |
| virtual void | setFootPos () |
| |
| virtual void | setFootPrtcl (cXyz *, f32, f32) |
| |
| virtual bool | checkCullDraw () |
| |
| virtual void | twilight () |
| |
| virtual BOOL | chkXYItems () |
| |
| virtual void | evtOrder () |
| |
| virtual void | decTmr () |
| |
| virtual void | clrParam () |
| |
| virtual void | drawGhost () |
| |
| virtual bool | afterSetFaceMotionAnm (int, int, f32, int) |
| |
| virtual daNpcT_faceMotionAnmData_c | getFaceMotionAnm (daNpcT_faceMotionAnmData_c param_1) |
| |
| virtual daNpcT_motionAnmData_c | getMotionAnm (daNpcT_motionAnmData_c param_1) |
| |
| virtual void | changeAnm (int *, int *) |
| |
| virtual void | changeBck (int *, int *) |
| |
| virtual void | changeBtp (int *, int *) |
| |
| virtual void | changeBtk (int *, int *) |
| |
| virtual bool | setMotionAnm (int, f32, BOOL) |
| |
| bool | checkHide () |
| |
| BOOL | checkStep () |
| |
| void | setCommander (fopAc_ac_c *param_0) |
| |
| void | setCutType (int i_cutType) |
| |
| void | onHide () |
| |
| void | offHide () |
| |
| void | hide () |
| |
| void | show () |
| |
| void | initialize () |
| |
| BOOL | chkFindPlayer (BOOL param_0, s16 param_1) |
| |
| | fopAc_ac_c () |
| |
| | ~fopAc_ac_c () |
| |