weapon id

  1. F

    Weapon ID enum and helper functions v1

    Some game events, such as player_hurt, have a parameter for "weaponid" but there's no enumerator in the game that tells you what weapon is what. This file adds the enumerator eWeaponId, which contains the internal weapon IDs that the game uses, ripped straight from the game. By default, the...