Show / Hide Table of Contents

Class PedWastedEventArgs

Inheritance
object
EventArgs
PedWastedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
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
Type Name Description
Ped source
Element killer
DamageType weaponType
BodyPart bodyPart
ulong animationGroup
ulong animationId

Properties

| Edit this page View Source

Ammo

Declaration
public ushort Ammo { get; }
Property Value
Type Description
ushort
| Edit this page View Source

AnimationGroup

Declaration
public ulong AnimationGroup { get; }
Property Value
Type Description
ulong
| Edit this page View Source

AnimationId

Declaration
public ulong AnimationId { get; }
Property Value
Type Description
ulong
| Edit this page View Source

BodyPart

Declaration
public BodyPart BodyPart { get; }
Property Value
Type Description
BodyPart
| Edit this page View Source

Killer

Declaration
public Element? Killer { get; }
Property Value
Type Description
Element
| Edit this page View Source

Source

Declaration
public Ped Source { get; }
Property Value
Type Description
Ped
| Edit this page View Source

WeaponType

Declaration
public DamageType WeaponType { get; }
Property Value
Type Description
DamageType
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX