blob: f0131148ede0951b80bde69ba5cc486cdc785991 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
#ifndef D_A_NPC_YW1_H
#define D_A_NPC_YW1_H
#include "f_op/f_op_actor.h"
class J3DNode;
class daNpc_Yw1_c : public fopAc_ac_c {
public:
struct anm_prm_c {
};
void _nodeCB_Hair(J3DNode*, J3DModel*);
void _nodeCB_Head(J3DNode*, J3DModel*);
void _nodeCB_BackBone(J3DNode*, J3DModel*);
void init_YW1_0();
void init_YW1_1();
void init_YW1_2();
void init_YW1_3();
void createInit();
void play_animation();
void upLift();
void setMtx(bool);
void bckResID(int);
void btpResID(int);
void init_texPttrnAnm(signed char, bool);
void play_texPttrnAnm();
void setAnm_anm(anm_prm_c*);
void setAnm_NUM(int, int);
void setAnm();
void chngAnmTag();
void ctrlAnmTag();
void chngAnmAtr(unsigned char);
void ctrlAnmAtr();
void setAnm_ATR();
void anmAtr(unsigned short);
void next_msgStatus(unsigned long*);
void getMsg_YW1_0();
void getMsg_YW1_1();
void getMsg_YW1_2();
void getMsg_YW1_3();
void getMsg();
void eventOrder();
void checkOrder();
void chk_talk();
void chk_parts_notMov();
void searchByID(fpc_ProcID, int*);
void partner_search_sub(void* (*)(void*, void*));
void partner_search();
void lookBack();
void chkAttention();
void setAttention(bool);
void decideType(int);
void privateCut(int);
void endEvent();
void isEventEntry();
void event_proc(int);
void set_action(int (daNpc_Yw1_c::*)(void*), void*);
void setStt(signed char);
void chngTsuboAnm();
void chk_areaIN(float, float, short, cXyz);
void set_pthPoint(unsigned char);
void setHairAngle();
void chk_brkTsubo();
void chk_bm1Odoroki();
void wait_1();
void wait_2();
void wait_3();
void walk_1();
void turn_1();
void talk_1();
void wait_action1(void*);
void wait_action2(void*);
void demo();
void shadowDraw();
BOOL _draw();
BOOL _execute();
BOOL _delete();
cPhs_State _create();
void bodyCreateHeap();
void headCreateHeap();
void CreateHeap();
public:
/* Place member variables here */
};
class daNpc_Yw1_childHIO_c {
public:
daNpc_Yw1_childHIO_c();
public:
/* Place member variables here */
};
class daNpc_Yw1_HIO_c {
public:
daNpc_Yw1_HIO_c();
public:
/* Place member variables here */
};
#endif /* D_A_NPC_YW1_H */
|