mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-30 08:56:28 -04:00
125 lines
3.3 KiB
C++
125 lines
3.3 KiB
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_icelift.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_icelift.h"
|
|
#include "d/d_bg_w.h"
|
|
#include "d/d_procname.h"
|
|
#include "d/d_priority.h"
|
|
|
|
/* 00000078-000000E0 .text _delete__9daIlift_cFv */
|
|
bool daIlift_c::_delete() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000000E0-00000100 .text CheckCreateHeap__FP10fopAc_ac_c */
|
|
static BOOL CheckCreateHeap(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000100-00000284 .text CreateHeap__9daIlift_cFv */
|
|
void daIlift_c::CreateHeap() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000284-00000480 .text rideCallBack__FP4dBgWP10fopAc_ac_cP10fopAc_ac_c */
|
|
void rideCallBack(dBgW*, fopAc_ac_c*, fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000480-00000680 .text CreateInit__9daIlift_cFv */
|
|
void daIlift_c::CreateInit() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000680-00000794 .text _create__9daIlift_cFv */
|
|
cPhs_State daIlift_c::_create() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000804-0000089C .text set_mtx__9daIlift_cFv */
|
|
void daIlift_c::set_mtx() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 0000089C-000009C8 .text _execute__9daIlift_cFv */
|
|
bool daIlift_c::_execute() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000009C8-00000C8C .text lift_wave__9daIlift_cFv */
|
|
void daIlift_c::lift_wave() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000C8C-00000CB8 .text path_move__9daIlift_cFv */
|
|
void daIlift_c::path_move() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000CB8-00000E5C .text lift_normal_move__9daIlift_cFv */
|
|
void daIlift_c::lift_normal_move() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000E5C-00000F58 .text set_next_pnt__9daIlift_cFv */
|
|
void daIlift_c::set_next_pnt() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000F58-00000FF8 .text _draw__9daIlift_cFv */
|
|
bool daIlift_c::_draw() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000FF8-00001018 .text daIlift_Create__FPv */
|
|
static cPhs_State daIlift_Create(void* i_this) {
|
|
return ((daIlift_c*)i_this)->_create();
|
|
}
|
|
|
|
/* 00001018-0000103C .text daIlift_Delete__FPv */
|
|
static BOOL daIlift_Delete(void* i_this) {
|
|
return ((daIlift_c*)i_this)->_delete();
|
|
}
|
|
|
|
/* 0000103C-00001060 .text daIlift_Draw__FPv */
|
|
static BOOL daIlift_Draw(void* i_this) {
|
|
return ((daIlift_c*)i_this)->_draw();
|
|
}
|
|
|
|
/* 00001060-00001084 .text daIlift_Execute__FPv */
|
|
static BOOL daIlift_Execute(void* i_this) {
|
|
return ((daIlift_c*)i_this)->_execute();
|
|
}
|
|
|
|
/* 00001084-0000108C .text daIlift_IsDelete__FPv */
|
|
static BOOL daIlift_IsDelete(void*) {
|
|
return TRUE;
|
|
}
|
|
|
|
static actor_method_class daIliftMethodTable = {
|
|
(process_method_func)daIlift_Create,
|
|
(process_method_func)daIlift_Delete,
|
|
(process_method_func)daIlift_Execute,
|
|
(process_method_func)daIlift_IsDelete,
|
|
(process_method_func)daIlift_Draw,
|
|
};
|
|
|
|
actor_process_profile_definition g_profile_ICE_LIFT = {
|
|
/* LayerID */ fpcLy_CURRENT_e,
|
|
/* ListID */ 0x0003,
|
|
/* ListPrio */ fpcPi_CURRENT_e,
|
|
/* ProcName */ PROC_ICE_LIFT,
|
|
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
|
/* Size */ sizeof(daIlift_c),
|
|
/* SizeOther */ 0,
|
|
/* Parameters */ 0,
|
|
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
|
/* Priority */ PRIO_ICE_LIFT,
|
|
/* Actor SubMtd */ &daIliftMethodTable,
|
|
/* Status */ fopAcStts_CULL_e | fopAcStts_UNK40000_e,
|
|
/* Group */ fopAc_ACTOR_e,
|
|
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
|
|
};
|