SwiftlyS2

CSWeaponType

Enum CSWeaponType

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public enum CSWeaponType : uint

Fields

  • WEAPONTYPE_C4 = 7
  • WEAPONTYPE_EQUIPMENT = 10
  • WEAPONTYPE_GRENADE = 9
  • WEAPONTYPE_KNIFE = 0
  • WEAPONTYPE_MACHINEGUN = 6
  • WEAPONTYPE_PISTOL = 1
  • WEAPONTYPE_RIFLE = 3
  • WEAPONTYPE_SHOTGUN = 4
  • WEAPONTYPE_SNIPER_RIFLE = 5
  • WEAPONTYPE_STACKABLEITEM = 11
  • WEAPONTYPE_SUBMACHINEGUN = 2
  • WEAPONTYPE_TASER = 8
  • WEAPONTYPE_UNKNOWN = 12

On this page