mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 07:26:08 +00:00
CPatterned & related headers; almost match CPuffer
Former-commit-id: 7fd19f0c12
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user