Class AmmoUpdateEventArgs
Inheritance
AmmoUpdateEventArgs
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
Properties
|
Edit this page
View Source
AmmoCount
Declaration
public ushort AmmoCount { get; }
Property Value
|
Edit this page
View Source
AmmoInClipCount
Declaration
public ushort? AmmoInClipCount { get; }
Property Value
|
Edit this page
View Source
IsSync
Declaration
public bool IsSync { get; }
Property Value
|
Edit this page
View Source
Ped
Declaration
public Ped Ped { get; set; }
Property Value
|
Edit this page
View Source
WeaponId
Declaration
public WeaponId WeaponId { get; }
Property Value