Files
tww/src/d/actor/d_a_salvage_tbox.cpp
T
2024-04-21 23:31:40 -04:00

163 lines
4.2 KiB
C++

//
// Generated by dtk
// Translation Unit: d_a_salvage_tbox.cpp
//
#include "d/actor/d_a_salvage_tbox.h"
#include "d/d_procname.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 */
s32 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 s32 daSTBox_Create(void*) {
/* Nonmatching */
}
/* 000013DC-00001400 .text daSTBox_Delete__FPv */
static BOOL daSTBox_Delete(void*) {
/* Nonmatching */
}
/* 00001400-0000146C .text daSTBox_Draw__FPv */
static BOOL daSTBox_Draw(void*) {
/* Nonmatching */
}
/* 0000146C-00001490 .text daSTBox_Execute__FPv */
static BOOL daSTBox_Execute(void*) {
/* Nonmatching */
}
/* 00001490-00001498 .text daSTBox_IsDelete__FPv */
static BOOL daSTBox_IsDelete(void*) {
/* Nonmatching */
}
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 = {
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 0x0007,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_SALVAGE_TBOX,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daSTBox_c),
/* SizeOther */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ 0x018A,
/* Actor SubMtd */ &daSTBoxMethodTable,
/* Status */ fopAcStts_NOCULLEXEC_e | fopAcStts_CULL_e | fopAcStts_UNK40000_e,
/* Group */ fopAc_ACTOR_e,
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
};