summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_salvage_tbox.cpp
blob: d56369f533a193fcad2bf3715ee52e39ec4ac523 (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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
//
// Generated by dtk
// Translation Unit: d_a_salvage_tbox.cpp
//

#include "d/dolzel_rel.h" // IWYU pragma: keep
#include "d/actor/d_a_salvage_tbox.h"

/* 00000078-00000128       .text getMaxWaterY__25daSTBox_shadowEcallBack_cFPQ29JGeometry8TVec3<f> */
void daSTBox_shadowEcallBack_c::getMaxWaterY(JGeometry::TVec3<float>*) {
    /* Nonmatching */
}

/* 00000128-000002F4       .text execute__25daSTBox_shadowEcallBack_cFP14JPABaseEmitter */
void daSTBox_shadowEcallBack_c::execute(JPABaseEmitter*) {
    /* Nonmatching */
}

/* 000002F4-00000570       .text draw__25daSTBox_shadowEcallBack_cFP14JPABaseEmitter */
void daSTBox_shadowEcallBack_c::draw(JPABaseEmitter*) {
    /* Nonmatching */
}

/* 00000570-000005D8       .text getWaterY__F4cXyz */
void getWaterY(cXyz) {
    /* Nonmatching */
}

/* 000005D8-000006E8       .text _delete__9daSTBox_cFv */
bool daSTBox_c::_delete() {
    /* Nonmatching */
}

/* 000006E8-00000708       .text CheckCreateHeap__FP10fopAc_ac_c */
static BOOL CheckCreateHeap(fopAc_ac_c*) {
    /* Nonmatching */
}

/* 00000708-000007D4       .text CreateHeap__9daSTBox_cFv */
void daSTBox_c::CreateHeap() {
    /* Nonmatching */
}

/* 000007D4-00000ADC       .text CreateInit__9daSTBox_cFv */
void daSTBox_c::CreateInit() {
    /* Nonmatching */
}

/* 00000ADC-00000BFC       .text _create__9daSTBox_cFv */
cPhs_State daSTBox_c::_create() {
    /* Nonmatching */
}

/* 00000BFC-00000C7C       .text set_mtx__9daSTBox_cFv */
void daSTBox_c::set_mtx() {
    /* Nonmatching */
}

/* 00000C7C-00000EB8       .text _execute__9daSTBox_cFv */
bool daSTBox_c::_execute() {
    /* Nonmatching */
}

/* 00000EB8-00000EBC       .text initWait__9daSTBox_cFi */
void daSTBox_c::initWait(int) {
    /* Nonmatching */
}

/* 00000EBC-00000EC8       .text initWait02__9daSTBox_cFi */
void daSTBox_c::initWait02(int) {
    /* Nonmatching */
}

/* 00000EC8-00000F50       .text initWaitGetItem__9daSTBox_cFi */
void daSTBox_c::initWaitGetItem(int) {
    /* Nonmatching */
}

/* 00000F50-00000F54       .text initWaitDummy__9daSTBox_cFi */
void daSTBox_c::initWaitDummy(int) {
    /* Nonmatching */
}

/* 00000F54-00000F64       .text initDrop__9daSTBox_cFi */
void daSTBox_c::initDrop(int) {
    /* Nonmatching */
}

/* 00000F64-00001218       .text actWait__9daSTBox_cFi */
void daSTBox_c::actWait(int) {
    /* Nonmatching */
}

/* 00001218-00001344       .text actDrop__9daSTBox_cFi */
void daSTBox_c::actDrop(int) {
    /* Nonmatching */
}

/* 00001344-000013AC       .text actWait02__9daSTBox_cFi */
void daSTBox_c::actWait02(int) {
    /* Nonmatching */
}

/* 000013AC-000013B4       .text actWaitGetItem__9daSTBox_cFi */
void daSTBox_c::actWaitGetItem(int) {
    /* Nonmatching */
}

/* 000013B4-000013BC       .text actWaitDummy__9daSTBox_cFi */
void daSTBox_c::actWaitDummy(int) {
    /* Nonmatching */
}

/* 000013BC-000013DC       .text daSTBox_Create__FPv */
static cPhs_State daSTBox_Create(void* i_this) {
    return ((daSTBox_c*)i_this)->_create();
}

/* 000013DC-00001400       .text daSTBox_Delete__FPv */
static BOOL daSTBox_Delete(void* i_this) {
    return ((daSTBox_c*)i_this)->_delete();
}

/* 00001400-0000146C       .text daSTBox_Draw__FPv */
static BOOL daSTBox_Draw(void*) {
    /* Nonmatching */
}

/* 0000146C-00001490       .text daSTBox_Execute__FPv */
static BOOL daSTBox_Execute(void* i_this) {
    return ((daSTBox_c*)i_this)->_execute();
}

/* 00001490-00001498       .text daSTBox_IsDelete__FPv */
static BOOL daSTBox_IsDelete(void*) {
    return TRUE;
}

static actor_method_class daSTBoxMethodTable = {
    (process_method_func)daSTBox_Create,
    (process_method_func)daSTBox_Delete,
    (process_method_func)daSTBox_Execute,
    (process_method_func)daSTBox_IsDelete,
    (process_method_func)daSTBox_Draw,
};

actor_process_profile_definition g_profile_SALVAGE_TBOX = {
    /* Layer ID     */ fpcLy_CURRENT_e,
    /* List ID      */ 0x0007,
    /* List Prio    */ fpcPi_CURRENT_e,
    /* Proc Name    */ fpcNm_SALVAGE_TBOX_e,
    /* Proc SubMtd  */ &g_fpcLf_Method.base,
    /* Size         */ sizeof(daSTBox_c),
    /* Size Other   */ 0,
    /* Parameters   */ 0,
    /* Leaf SubMtd  */ &g_fopAc_Method.base,
    /* Draw Prio    */ fpcDwPi_SALVAGE_TBOX_e,
    /* Actor SubMtd */ &daSTBoxMethodTable,
    /* Status       */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e,
    /* Group        */ fopAc_ACTOR_e,
    /* Cull Type    */ fopAc_CULLBOX_CUSTOM_e,
};