Class UnturnedPlayerDeathEvent
Inheritance
System.Object
UnturnedPlayerDeathEvent
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerDeathEvent : UnturnedPlayerEvent, IPlayerDeathEvent, IPlayerEvent, IEvent
Constructors
|
Improve this Doc
View Source
UnturnedPlayerDeathEvent(UnturnedPlayer, EDeathCause, ELimb, CSteamID)
Declaration
public UnturnedPlayerDeathEvent(UnturnedPlayer player, EDeathCause cause, ELimb limb, CSteamID instigator)
Parameters
Type |
Name |
Description |
UnturnedPlayer |
player |
|
EDeathCause |
cause |
|
ELimb |
limb |
|
CSteamID |
instigator |
|
Properties
|
Improve this Doc
View Source
DeathCause
Declaration
public EDeathCause DeathCause { get; }
Property Value
Type |
Description |
EDeathCause |
|
|
Improve this Doc
View Source
DeathPosition
Declaration
public Vector3 DeathPosition { get; }
Property Value
|
Improve this Doc
View Source
Instigator
Declaration
public CSteamID Instigator { get; }
Property Value
Type |
Description |
CSteamID |
|
|
Improve this Doc
View Source
Limb
Declaration
public ELimb Limb { get; }
Property Value
Implements
Extension Methods