Interface IPlayerDamagedEvent
The event that is triggered when damage has been dealt to a player.
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IPlayerDamagedEvent : IPlayerEvent, IEvent
Properties
| Improve this Doc View SourceDamageAmount
Gets the amount of the damage dealt.
Declaration
double DamageAmount { get; }
Property Value
Type | Description |
---|---|
System.Double |
DamageSource
GEts the damage source.
Declaration
IDamageSource DamageSource { get; }
Property Value
Type | Description |
---|---|
IDamageSource |