Class UnturnedPlayerLifeUpdatedEvent
Inheritance
System.Object
UnturnedPlayerLifeUpdatedEvent
Namespace: OpenMod.Unturned.Players.Stats.Events
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerLifeUpdatedEvent : UnturnedPlayerStatUpdatedEvent, IPlayerEvent, IEvent
Constructors
| Improve this Doc View SourceUnturnedPlayerLifeUpdatedEvent(UnturnedPlayer, Boolean)
Declaration
public UnturnedPlayerLifeUpdatedEvent(UnturnedPlayer player, bool isDead)
Parameters
Type | Name | Description |
---|---|---|
UnturnedPlayer | player | |
System.Boolean | isDead |
Properties
| Improve this Doc View SourceIsDead
Declaration
public bool IsDead { get; }
Property Value
Type | Description |
---|---|
System.Boolean |