CActor fixes, nearly matched

This commit is contained in:
2025-01-18 16:51:02 -08:00
parent 32a88ad894
commit 9e537083d9
7 changed files with 22 additions and 18 deletions

View File

@@ -52,7 +52,9 @@ public:
const TLockedToken< CSkinnedModel >& GetModelData() const { return xd8_modelData; }
void SetIsAnimating(bool v) { x220_24_animating = v; }
void SetParticleEffectState(const rstl::string& name, const bool active, CStateManager& mgr);
void SetParticleEffectState(const rstl::string& name, const bool active, CStateManager& mgr) {
x120_particleDB.SetParticleEffectState(name, active, mgr);
}
int GetCharacterIndex() const { return x204_charIdx; }
float GetAverageVelocity(int idx) const;