Class WeaponConstants
  
  
  
    Inheritance
    
    WeaponConstants
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public class WeaponConstants
   
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  ClipCountsPerWeapon
  
  
  Declaration
  
    public static Dictionary<WeaponId, ushort> ClipCountsPerWeapon { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ModelsPerWeapon
  
  
  Declaration
  
    public static Dictionary<WeaponId, ushort> ModelsPerWeapon { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  SlotPerWeapon
  
  
  Declaration
  
    public static Dictionary<WeaponId, WeaponSlot> SlotPerWeapon { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  WeaponStatsPerWeapon
  
  
  Declaration
  
    public static Dictionary<WeaponId, PedStat> WeaponStatsPerWeapon { get; }
   
  Property Value