Shared: Add #defines for weapon Firetypes.

This helps referencing which firetype corresponds to what in weapon_core.
This commit is contained in:
Ian 2022-11-17 21:44:51 -05:00
parent e7a2cba82d
commit 5086304b51

View file

@ -60,6 +60,14 @@ const float EVENT_ACHIEVEMENTPROGRESS = 36;
#endif
#endif
// Weapon Firetype definitions
#define FIRETYPE_FULLAUTO 0
#define FIRETYPE_SEMIAUTO 1
#define FIRETYPE_GRENADE 3
#define FIRETYPE_RAYBEAM 4
#define FIRETYPE_TESLA 5
#define FIRETYPE_FLAME 6
//nzp weapon defines
//id list
#define W_NOWEP 0