Show / Hide Table of Contents

Class OnWastedEventArgs

Inheritance
Object
OnWastedEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Peds.Events
Assembly: SlipeClient.dll
Syntax
public class OnWastedEventArgs

Properties

| Improve this Doc View Source

BodyPart

The bodypart ID the victim was hit on when he died.

Declaration
public BodyPart BodyPart { get; }
Property Value
Type Description
BodyPart
| Improve this Doc View Source

DamageType

The killer weapon or the damage types.

Declaration
public DamageType DamageType { get; }
Property Value
Type Description
DamageType
| Improve this Doc View Source

IsStealthKill

Whether or not this was a stealth kill.

Declaration
public bool IsStealthKill { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX