Show / Hide Table of Contents

Class PedWeaponOrAmmoChangedEventArgs

Inheritance
object
EventArgs
PedWeaponOrAmmoChangedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
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
Type Name Description
Ped ped
WeaponId weapon
ushort ammo
ushort ammoInClip

Properties

| Edit this page View Source

Ammo

Declaration
public ushort Ammo { get; }
Property Value
Type Description
ushort
| Edit this page View Source

AmmoInClip

Declaration
public ushort AmmoInClip { get; }
Property Value
Type Description
ushort
| Edit this page View Source

Ped

Declaration
public Ped Ped { get; }
Property Value
Type Description
Ped
| Edit this page View Source

Weapon

Declaration
public WeaponId Weapon { get; }
Property Value
Type Description
WeaponId
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX