Enum DamageHandlerBase.Action
All available DamageHandler actions.
Namespace: Exiled.API.Features.DamageHandlers
Assembly: Exiled.API.dll
Syntax
public enum Action : byte
Fields
Name | Description |
---|---|
Damage | The result is determined by a damage action. |
Death | The result is determined by a death action. |
None | None. |