Interface IPlayerDeathEvent
The event that is triggered when a player death occurs.
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IPlayerDeathEvent : IPlayerEvent, IEvent
Properties
| Improve this Doc View SourceDeathPosition
The position the player died at.
Declaration
Vector3 DeathPosition { get; }
Property Value
Type | Description |
---|---|
Vector3 |