Don't have an account? Sign Up
Projectile information to be used for firing weapon.
struct SFireCommandProjectileInfo { EntityId trackingId; float fSpeedScale; };
IAgent.h
float fSpeedScale;
EntityId trackingId;
void Reset();
SFireCommandProjectileInfo();