CPatterned & related headers; almost match CPuffer

Former-commit-id: 7fd19f0c12
This commit is contained in:
2022-10-28 17:42:35 -04:00
parent 8b5b9757f3
commit f463d79f5d
70 changed files with 1355 additions and 569 deletions

View File

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