Class PedWastedEventArgs
Inheritance
PedWastedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PedWastedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
PedWastedEventArgs(Ped, Element?, DamageType, BodyPart, ulong, ulong)
Declaration
public PedWastedEventArgs(Ped source, Element? killer, DamageType weaponType, BodyPart bodyPart, ulong animationGroup, ulong animationId)
Parameters
Properties
|
Edit this page
View Source
Ammo
Declaration
public ushort Ammo { get; }
Property Value
|
Edit this page
View Source
AnimationGroup
Declaration
public ulong AnimationGroup { get; }
Property Value
|
Edit this page
View Source
AnimationId
Declaration
public ulong AnimationId { get; }
Property Value
|
Edit this page
View Source
BodyPart
Declaration
public BodyPart BodyPart { get; }
Property Value
|
Edit this page
View Source
Killer
Declaration
public Element? Killer { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
public Ped Source { get; }
Property Value
|
Edit this page
View Source
WeaponType
Declaration
public DamageType WeaponType { get; }
Property Value