Class RustPlayerDeathEvent
Inherited Members
Namespace: OpenMod.Rust.Players.Life.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerDeathEvent : RustPlayerEvent, IPlayerDeathEvent, IPlayerEvent, IEvent
Constructors
| Improve this Doc View SourceRustPlayerDeathEvent(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 SourceDeathPosition
Declaration
public Vector3 DeathPosition { get; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
HitInfo
Declaration
public HitInfo? HitInfo { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<HitInfo> |