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.Server.Peds.Events
Assembly: SlipeServer.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

RemainingAmmo

The total ammo the victim had when he died.

Declaration
public int RemainingAmmo { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX