d_t_mass_obj 99%

This commit is contained in:
lepelog
2025-12-13 01:23:37 +01:00
parent 62fc066b60
commit b017949c4b
15 changed files with 2003 additions and 63 deletions
+16
View File
@@ -751,6 +751,13 @@ public:
const mVec3_c &GetAtHitPos() const;
mVec3_c &GetAtHitPos();
const mVec3_c &GetAtHitPosInline() const {
return mAt.mHitPos;
}
mVec3_c &GetAtHitPosInline() {
return mAt.mHitPos;
}
bool GetAtFlag0x2() const;
bool GetAtFlag0x4() const;
bool GetAtFlag0x8() const;
@@ -773,6 +780,9 @@ public:
bool ChkTgAtHitType(u32) const;
u32 GetTgAtHitType() const;
bool ChkAtType(u32 mask) const {
return mAt.MskType(mask);
}
bool ChkTgBit14() const;
u8 GetTgDamage() const;
u16 GetTgDamageFlags() const;
@@ -1051,6 +1061,12 @@ public:
u32 ChkCo_0x40000000() {
return mCo.MskSPrm(0x40000000);
}
u32 ChkCo_0x10() {
return mCo.MskSPrm(0x10);
}
u32 ChkCo_0x2() {
return mCo.MskSPrm(0x2);
}
/**
* SET HIT