Class RustPlayerDeathEvent
Inheritance
System.Object
RustPlayerDeathEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerDeathEvent : RustPlayerEvent, IPlayerDeathEvent, IPlayerEvent, IEvent
Constructors
|
Improve this Doc
View Source
RustPlayerDeathEvent(RustPlayer, Nullable<HitInfo>)
Declaration
public RustPlayerDeathEvent(RustPlayer player, HitInfo? hitInfo)
Parameters
Type |
Name |
Description |
RustPlayer |
player |
|
System.Nullable<HitInfo> |
hitInfo |
|
Properties
|
Improve this Doc
View Source
DeathPosition
Declaration
public Vector3 DeathPosition { get; }
Property Value
|
Improve this Doc
View Source
HitInfo
Declaration
public HitInfo? HitInfo { get; }
Property Value
Type |
Description |
System.Nullable<HitInfo> |
|
Implements
Extension Methods