Class WeaponRemovedEventArgs
Inheritance
WeaponRemovedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class WeaponRemovedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
WeaponRemovedEventArgs(Ped, WeaponId, ushort?)
Declaration
public WeaponRemovedEventArgs(Ped ped, WeaponId weaponId, ushort? ammoCount)
Parameters
Properties
|
Edit this page
View Source
AmmoCount
Declaration
public ushort? AmmoCount { get; }
Property Value
|
Edit this page
View Source
Ped
Declaration
Property Value
|
Edit this page
View Source
WeaponId
Declaration
public WeaponId WeaponId { get; }
Property Value