Class WeaponReceivedEventArgs
Inheritance
WeaponReceivedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class WeaponReceivedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
WeaponReceivedEventArgs(Ped, WeaponId, ushort, bool)
Declaration
public WeaponReceivedEventArgs(Ped ped, WeaponId weaponId, ushort ammoCount, bool setAsCurrent)
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
SetAsCurrent
Declaration
public bool SetAsCurrent { get; }
Property Value
|
Edit this page
View Source
WeaponId
Declaration
public WeaponId WeaponId { get; }
Property Value