Projectile/Weapon imps, nearly match CProjectileWeapon

This commit is contained in:
2024-12-26 14:51:03 -08:00
parent c8a64745df
commit fa78ba920b
14 changed files with 840 additions and 13 deletions

View File

@@ -77,6 +77,7 @@ public:
int GetMaxParticles() const { return x90_MAXP; }
int GetEmitterTime() const;
int GetSystemCount();
void EndLifetime();
int GetCumulativeParticleCount() const { return x260_cumulativeParticles; }
bool IsIndirectTextured()