Class AmmoUpdateEventArgs
Inheritance
AmmoUpdateEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class AmmoUpdateEventArgs : EventArgs
Constructors
|
Edit this page
View Source
AmmoUpdateEventArgs(Weapon, ushort, ushort?)
Declaration
public AmmoUpdateEventArgs(Weapon weapon, ushort ammoCount, ushort? ammoInClipCount)
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
Weapon
Declaration
public Weapon Weapon { get; }
Property Value