mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 02:06:07 +00:00
Minor inline fixes, start CAi
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user