Minor inline fixes, start CAi

This commit is contained in:
2025-05-23 03:05:25 -07:00
parent 46f074b2ed
commit 4231165ff5
20 changed files with 128 additions and 121 deletions

View File

@@ -112,7 +112,7 @@ public:
CVector3f GetPrimitiveOffset() const;
const bool IsStandardCollider() const { return xf9_standardCollider; } // name and type?
void SetStandardCollider(const bool v) { xf9_standardCollider = v; } // name and type?
void SetStandardCollider(const bool v) { xf9_standardCollider = v; } // name and type?
const CVector3f& GetConstantForceWR() const { return xfc_constantForce; }
void SetConstantForceWR(const CVector3f& force) { xfc_constantForce = force; }
const CAxisAngle& GetAngularMomentumWR() const { return x108_angularMomentum; }