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