Class OnWastedEventArgs
Inherited Members
Namespace: Slipe.Client.Peds.Events
Assembly: SlipeClient.dll
Syntax
public class OnWastedEventArgs
Properties
| Improve this Doc View SourceBodyPart
The bodypart ID the victim was hit on when he died.
Declaration
public BodyPart BodyPart { get; }
Property Value
Type | Description |
---|---|
BodyPart |
DamageType
The killer weapon or the damage types.
Declaration
public DamageType DamageType { get; }
Property Value
Type | Description |
---|---|
DamageType |
IsStealthKill
Whether or not this was a stealth kill.
Declaration
public bool IsStealthKill { get; }
Property Value
Type | Description |
---|---|
Boolean |
Killer
The player or vehicle who was the killer. If there was no killer this is null.
Declaration
public PhysicalElement Killer { get; }
Property Value
Type | Description |
---|---|
PhysicalElement |