Class PedWeaponOrAmmoChangedEventArgs
  
  
  
    Inheritance
    
    
    PedWeaponOrAmmoChangedEventArgs
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public sealed class PedWeaponOrAmmoChangedEventArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  PedWeaponOrAmmoChangedEventArgs(Ped, WeaponId, ushort, ushort)
  
  
  Declaration
  
    public PedWeaponOrAmmoChangedEventArgs(Ped ped, WeaponId weapon, ushort ammo, ushort ammoInClip)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Ammo
  
  
  Declaration
  
    public ushort Ammo { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  AmmoInClip
  
  
  Declaration
  
    public ushort AmmoInClip { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Ped
  
  
  Declaration
  
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Weapon
  
  
  Declaration
  
    public WeaponId Weapon { get; }
   
  Property Value