diff options
| author | robojumper <robojumper@gmail.com> | 2025-04-27 16:23:42 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-04-27 16:23:42 +0200 |
| commit | f6b74534a3fe5d92131d22c38a92fc3d1cd21567 (patch) | |
| tree | 635dead1bae64269e535ea82cd36563756f82ae9 /include/JSystem | |
| parent | 9e5c1c9cbb62eb4e99f46cb63f908e492665eeef (diff) | |
JPAExTexShape OK
Diffstat (limited to 'include/JSystem')
| -rw-r--r-- | include/JSystem/JParticle/JPAExTexShape.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/JSystem/JParticle/JPAExTexShape.h b/include/JSystem/JParticle/JPAExTexShape.h index 81970fe0..9fe22c72 100644 --- a/include/JSystem/JParticle/JPAExTexShape.h +++ b/include/JSystem/JParticle/JPAExTexShape.h @@ -49,6 +49,17 @@ public: bool isUseIndirect() const { return !!(mpData->mFlags & 0x01); } BOOL isUseSecTex() const { return (mpData->mFlags & 0x0100); } + f32 getField_0x24() const { return mpData->field_0x24; } + f32 getField_0x28() const { return mpData->field_0x28; } + f32 getField_0x2C() const { return mpData->field_0x2C; } + f32 getField_0x30() const { return mpData->field_0x30; } + f32 getField_0x34() const { return mpData->field_0x34; } + f32 getField_0x38() const { return mpData->field_0x38; } + f32 getField_0x3C() const { return mpData->field_0x3C; } + f32 getField_0x40() const { return mpData->field_0x40; } + f32 getField_0x44() const { return mpData->field_0x44; } + f32 getField_0x48() const { return mpData->field_0x48; } + public: const JPAExTexShapeData* mpData; void fn_8031DE80(const JPABaseShape *bsp, f32) const; |
