Home
last modified time | relevance | path

Searched defs:sWeaponData (Results 1 – 2 of 2) sorted by relevance

/dports/games/astromenace/astromenace-1.4.1/src/object3d/weapon/
H A Dweapon.cpp48 struct sWeaponData { struct
49 eGameSFX SFX;
50 bool NeedRotateOnTargeting;
51 float Armor;
52 int WeaponLevel;
53 float EnergyUse;
54 int Ammo;
55 float NextFireTime;
56 sVECTOR3D FireLocation;
58 std::string NameVW3D;
[all …]
/dports/games/openfodder/openfodder-1.6.0/Source/
H A DSprites.hpp333 struct sWeaponData { struct
357 extern const sWeaponData mSprite_Bullet_UnitData[]; argument