Class OnWastedEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.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 |
RemainingAmmo
The total ammo the victim had when he died.
Declaration
public int RemainingAmmo { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |