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.Collections.Events
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
Type Name Description
Weapon weapon
ushort ammoCount
ushort? ammoInClipCount

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

Weapon

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