Show / Hide Table of Contents

Class AmmoUpdateEventArgs

Inheritance
object
EventArgs
AmmoUpdateEventArgs
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 AmmoUpdateEventArgs : EventArgs

Constructors

| Edit this page View Source

AmmoUpdateEventArgs(Ped, WeaponId, ushort, ushort?, bool)

Declaration
public AmmoUpdateEventArgs(Ped ped, WeaponId weaponId, ushort ammoCount, ushort? ammoInClipCount, bool isSync = false)
Parameters
Type Name Description
Ped ped
WeaponId weaponId
ushort ammoCount
ushort? ammoInClipCount
bool isSync

Properties

| Edit this page View Source

AmmoCount

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

AmmoInClipCount

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

IsSync

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

Ped

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

WeaponId

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