Files
tp/include/d/actor/d_a_obj_ktOnFire.h
T

53 lines
1.1 KiB
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_OBJ_KTONFIRE_H
#define D_A_OBJ_KTONFIRE_H
2024-05-29 01:49:10 -06:00
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-objects
* @class daKtOnFire_c
* @brief Lantern Fire
*
* @details
*
*/
class daKtOnFire_c : public fopAc_ac_c {
public:
/* 8058C678 */ void setBaseMtx();
/* 8058C6D0 */ void create();
/* 8058C960 */ void lightInit();
/* 8058C9D4 */ void setLight();
/* 8058C9F8 */ void cutLight();
2025-02-19 06:52:04 -08:00
/* 8058CA1C */ int Execute();
/* 8058CDF8 */ int Draw();
/* 8058CE00 */ int Delete();
2024-05-29 01:49:10 -06:00
static u8 const mCcDObjInfo[48];
static u8 mCcDCyl[68];
private:
2025-02-19 06:52:04 -08:00
/* 0x568 */ u8 field_0x568[0x6E4 - 0x568];
/* 0x6E4 */ cXyz mTorchPos;
/* 0x6F0 */ u8 field_0x6E4[0x6FC - 0x6F0];
/* 0x6FC */ cXyz mLightPos;
/* 0x708 */ LIGHT_INFLUENCE mLight;
2024-05-29 01:49:10 -06:00
};
2024-06-10 01:34:52 -06:00
2024-05-29 01:49:10 -06:00
STATIC_ASSERT(sizeof(daKtOnFire_c) == 0x728);
2025-02-19 06:52:04 -08:00
class daKtOnFire_HIO_c : public mDoHIO_entry_c {
2024-05-29 01:49:10 -06:00
public:
/* 8058C60C */ daKtOnFire_HIO_c();
2025-02-19 06:52:04 -08:00
/* 8058CEA8 */ ~daKtOnFire_HIO_c() {}
void genMessage(JORMContext*);
u8 mTimer;
u8 mColor1R;
u8 mColor1G;
u8 mColor1B;
2024-05-29 01:49:10 -06:00
};
2021-03-28 22:49:05 +02:00
#endif /* D_A_OBJ_KTONFIRE_H */