OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IPlayerDeathEvent

The event that is triggered when a player death occurs.

Inherited Members
IPlayerEvent.Player
IEvent.Arguments
IEvent.Data
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IPlayerDeathEvent : IPlayerEvent, IEvent

Properties

| Improve this Doc View Source

DeathPosition

The position the player died at.

Declaration
Vector3 DeathPosition { get; }
Property Value
Type Description
Vector3

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)