![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Agitha. More...
#include <d_a_npc_ins.h>
Inheritance diagram for daNpcIns_c:
Collaboration diagram for daNpcIns_c:Public Types | |
| typedef int(daNpcIns_c::*) | actionFunc(void *) |
| typedef BOOL(daNpcIns_c::*) | eventFunc(int) |
Public Types inherited from daNpcF_c | |
| enum | AnmFlags { ANM_PAUSE_MORF = 0x0001 , ANM_PAUSE_BTK = 0x0002 , ANM_PAUSE_BRK = 0x0004 , ANM_PLAY_MORF = 0x0008 , ANM_PLAY_BTK = 0x0010 , ANM_PLAY_BRK = 0x0020 , ANM_PAUSE_BCK = 0x0040 , ANM_PAUSE_BTP = 0x0080 , ANM_PLAY_BCK = 0x0100 , ANM_PLAY_BTP = 0x0200 , ANM_FLAG_400 = 0x0400 , ANM_FLAG_800 = 0x0800 , ANM_PAUSE_EXPRESSION = 0x1000 , ANM_PAUSE_BPK = 0x2000 , ANM_PLAY_BPK = 0x4000 , ANM_MOTION_FLAGS , ANM_EXPRESSION_FLAGS , ANM_PAUSE_ALL } |
| enum | LookMode { LOOK_NONE , LOOK_RESET , LOOK_PLAYER , LOOK_PLAYER_TALK , LOOK_ACTOR , LOOK_ATTN } |
Public Member Functions | |
| daNpcIns_c () | |
| ~daNpcIns_c () | |
| cPhs_Step | Create () |
| int | CreateHeap () |
| int | Delete () |
| int | Execute () |
| int | Draw () |
| int | ctrlJoint (J3DJoint *, J3DModel *) |
| bool | setExpressionAnm (int, bool) |
| bool | setExpressionBtp (int) |
| void | setMotionAnm (int, f32) |
| void | reset () |
| int | waitShop (void *) |
| void | setMotion (int, f32, int) |
| void | setExpression (int, f32) |
| int | waitPresent (void *) |
| int | waitOutSide1 (void *) |
| int | waitOutSide2 (void *) |
| int | goHome (void *) |
| int | talk (void *) |
| int | demo (void *) |
| bool | isInsectComplete () |
| const insect_param_data & | getInsectParamData (int) |
| void | setWaitAction () |
| bool | setPath (int) |
| bool | checkPoint (cXyz &, f32) |
| bool | setNextPoint () |
| void | getTargetPoint (int, Vec *) |
| void | pathMoveF () |
| void | setParam () |
| BOOL | main () |
| void | playMotion () |
| BOOL | ctrlBtk () |
| void | setAttnPos () |
| void | lookat () |
| void | setMtx () |
| int | drawDbgInfo () |
| int | getStartTime () |
| int | getEndTime () |
| int | getTimeHour () |
| int | getTimeMinute () |
| int | getTime () |
| s16 | getMessageNo () |
| int | getPathID1 () |
| int | getPathID2 () |
| BOOL | setAction (actionFunc) |
| void | waitEventMng () |
| BOOL | step (s16, int) |
| void | setLookMode (int i_lookMode) |
| BOOL | chkFindPlayer () |
| void | checkPlayerSearch () |
| bool | isInsect (int type) |
| s16 | getInsectMessageNo (int type) |
| u32 | getInsectEvtBitNo (int type) |
| void | setExpressionTalkAfter () |
| void | playExpression () |
| BOOL | chkAction (actionFunc action) |
Public Member Functions inherited from daNpcF_c | |
| daNpcF_c () | |
| BOOL | execute () |
| int | draw (BOOL, BOOL, f32, _GXColorS10 *, BOOL) |
| void | initialize () |
| J3DAnmTransformKey * | getTrnsfrmKeyAnmP (char *, int) |
| J3DAnmTexPattern * | getTexPtrnAnmP (char *, int) |
| J3DAnmTextureSRTKey * | getTexSRTKeyAnmP (char *, int) |
| J3DAnmTevRegKey * | getTevRegKeyAnmP (char *, int) |
| BOOL | setMcaMorfAnm (J3DAnmTransformKey *i_anm, f32 i_rate, f32 i_morf, int i_attr, int i_start, int i_end) |
| BOOL | setBckAnm (J3DAnmTransform *i_bck, f32 i_rate, int i_attr, int i_start, int i_end, bool i_modify) |
| BOOL | setBtpAnm (J3DAnmTexPattern *i_btp, J3DModelData *i_modelData, f32 i_rate, int i_attr) |
| BOOL | setBtkAnm (J3DAnmTextureSRTKey *i_btk, J3DModelData *i_modelData, f32 i_rate, int i_attr) |
| BOOL | setBrkAnm (J3DAnmTevRegKey *i_brk, J3DModelData *i_modelData, f32 i_rate, int i_attr) |
| void | setEnvTevColor () |
| void | setRoomNo () |
| BOOL | chkEndAnm (f32) |
| BOOL | chkEndAnm (J3DFrameCtrl *, f32) |
| BOOL | playAllAnm () |
| void | playExpressionAnm (daNpcF_c::daNpcF_anmPlayData ***) |
| void | playMotionAnm (daNpcF_c::daNpcF_anmPlayData ***) |
| void | setLookatMtx (int, int *, f32) |
| BOOL | hitChk2 (dCcD_Cyl *, BOOL, BOOL) |
| void | setDamage (int, int, int) |
| int | ctrlMsgAnm (int &, int &, fopAc_ac_c *, BOOL) |
| void | orderEvent (int, char *, u16, u16, u8, u16) |
| void | changeEvent (char *, char *, u16, u16) |
| BOOL | chkActorInSight (fopAc_ac_c *, f32) |
| BOOL | chkActorInArea (fopAc_ac_c *, cXyz, cXyz, s16) |
| BOOL | chkActorInAttnArea (fopAc_ac_c *, fopAc_ac_c *, int) |
| BOOL | initTalk (int, fopAc_ac_c **) |
| BOOL | talkProc (int *, BOOL, fopAc_ac_c **) |
| BOOL | turn (s16, f32, int) |
| BOOL | step (s16, int, int, int) |
| void | setAngle (s16) |
| u8 | getDistTableIdx (int, int) |
| fopAc_ac_c * | getEvtAreaTagP (int, int) |
| fopAc_ac_c * | getAttnActorP (BOOL, fpcLyIt_JudgeFunc, f32, f32, f32, f32, s16, int, BOOL) |
| BOOL | chkActorInSight2 (fopAc_ac_c *, f32, s16) |
| BOOL | chkPointInArea (cXyz, cXyz, f32, f32, f32, s16) |
| BOOL | chkPointInArea (cXyz, cXyz, cXyz, s16) |
| cXyz | getAttentionPos (fopAc_ac_c *) |
| BOOL | chkFindPlayer2 (BOOL, s16) |
| void | setHitodamaPrtcl () |
| virtual | ~daNpcF_c () |
| virtual void | adjustShapeAngle () |
| virtual void | setMtx2 () |
| virtual void | setCollisions () |
| virtual void | drawOtherMdls () |
| BOOL | chkActorInSpeakArea (fopAc_ac_c *i_actorCheck, fopAc_ac_c *i_actorArea) |
| BOOL | chkPlayerInSpeakArea (fopAc_ac_c *i_actor) |
| BOOL | chkActorInTalkArea (fopAc_ac_c *i_actorCheck, fopAc_ac_c *i_actorArea) |
| BOOL | chkPlayerInTalkArea (fopAc_ac_c *i_actor) |
| BOOL | checkHide () |
| void | setIntDemander (fopAc_ac_c *i_actor) |
| void | setIntFlowNodeNo (s32 i_flowNodeNo) |
| void | setCutType (int i_cutType) |
| void | onInterrupt (u8 param_0) |
| void | onHide () |
| void | offHide () |
Public Member Functions inherited from fopAc_ac_c | |
| fopAc_ac_c () | |
| ~fopAc_ac_c () | |
Static Public Member Functions | |
| static int | createHeapCallBack (fopAc_ac_c *) |
| static int | ctrlJointCallBack (J3DJoint *, int) |
Static Public Member Functions inherited from daNpcF_c | |
| static void | tgHitCallBack (fopAc_ac_c *, dCcD_GObjInf *, fopAc_ac_c *, dCcD_GObjInf *) |
| static void * | srchAttnActor1 (void *, void *) |
| static void * | srchActor (void *, void *) |
Static Public Member Functions inherited from fopAc_ac_c | |
| static u32 | getStopStatus () |
| static void | setStopStatus (u32 status) |
Static Public Attributes | |
| static eventFunc | mEvtSeqList [1] |
Static Public Attributes inherited from daNpcF_c | |
| static dCcD_SrcGObjInf const | mCcDObjInfo |
| static dCcD_SrcCyl | mCcDCyl |
| static dCcD_SrcSph | mCcDSph |
| static fopAc_ac_c * | mFindActorPList [100] |
| static s32 | mFindCount |
| static s16 | mSrchActorName |
| static char | mFileNameBuf [0x15] |
Static Public Attributes inherited from fopAc_ac_c | |
| static u32 | stopStatus |
Private Attributes | |
| Z2Creature | mSound |
| J3DModel * | mpUmbrellaModel |
| J3DModel * | mpKagoModel |
| daNpcF_MatAnm_c * | mpMatAnm |
| daNpcF_Lookat_c | mLookat |
| daNpcF_ActorMngr_c | mActorMngr [1] |
| NPC_INS_HIO_CLASS * | mpHIO |
| dCcD_Cyl | mCyl |
| actionFunc | mAction |
| actionFunc | mPrevAction |
| request_of_phase_process_class | mPhases [3] |
| fpc_ProcID | mItemID |
| int | field_0xdfc |
| int | mRndValue |
| dPath * | mPath |
| int | mPntIndex |
| f32 | field_0xe0c |
| f32 | mCurrentPosY |
| s16 | field_0xe14 |
| s16 | field_0xe16 |
| s16 | mInsectMsgNo |
| s16 | mLookMode |
| u16 | mGoHomeTime |
| u16 | mMode |
| u8 | mOrderSpeakEvent |
| u8 | mType |
Agitha.
| int(daNpcIns_c::*) daNpcIns_c::actionFunc(void *) |
| BOOL(daNpcIns_c::*) daNpcIns_c::eventFunc(int) |
| daNpcIns_c::daNpcIns_c | ( | ) |
| daNpcIns_c::~daNpcIns_c | ( | ) |
|
inline |
| bool daNpcIns_c::checkPoint | ( | cXyz & | param_1, |
| f32 | param_2 ) |
|
inline |
|
inline |
| cPhs_Step daNpcIns_c::Create | ( | ) |
| int daNpcIns_c::CreateHeap | ( | ) |
|
static |
|
inlinevirtual |
Reimplemented from daNpcF_c.
| int daNpcIns_c::ctrlJoint | ( | J3DJoint * | i_joint, |
| J3DModel * | i_model ) |
|
static |
| int daNpcIns_c::Delete | ( | ) |
| int daNpcIns_c::demo | ( | void * | param_1 | ) |
| int daNpcIns_c::Draw | ( | ) |
|
inlinevirtual |
Reimplemented from daNpcF_c.
| int daNpcIns_c::Execute | ( | ) |
|
inline |
|
inline |
|
inline |
| const insect_param_data & daNpcIns_c::getInsectParamData | ( | int | i_index | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int daNpcIns_c::goHome | ( | void * | param_1 | ) |
|
inline |
| bool daNpcIns_c::isInsectComplete | ( | ) |
|
inline |
|
inlinevirtual |
Reimplemented from daNpcF_c.
| void daNpcIns_c::pathMoveF | ( | ) |
|
inline |
|
inline |
| void daNpcIns_c::reset | ( | ) |
|
inline |
|
inlinevirtual |
Reimplemented from daNpcF_c.
|
virtual |
Reimplemented from daNpcF_c.
|
virtual |
Reimplemented from daNpcF_c.
|
virtual |
Reimplemented from daNpcF_c.
|
inline |
|
inline |
|
virtual |
Reimplemented from daNpcF_c.
|
virtual |
Reimplemented from daNpcF_c.
|
inlinevirtual |
Reimplemented from daNpcF_c.
| bool daNpcIns_c::setNextPoint | ( | ) |
|
inlinevirtual |
Reimplemented from daNpcF_c.
| bool daNpcIns_c::setPath | ( | int | path_index | ) |
| void daNpcIns_c::setWaitAction | ( | ) |
|
inline |
| int daNpcIns_c::talk | ( | void * | param_1 | ) |
|
inline |
| int daNpcIns_c::waitOutSide1 | ( | void * | param_1 | ) |
| int daNpcIns_c::waitOutSide2 | ( | void * | param_1 | ) |
| int daNpcIns_c::waitPresent | ( | void * | param_1 | ) |
| int daNpcIns_c::waitShop | ( | void * | param_1 | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |