Enum WarheadStatus
All the available warhead statuses.
Namespace: Exiled.API.Enums
Assembly: Exiled.API.dll
Syntax
public enum WarheadStatus
Fields
| Name | Description |
|---|---|
| Armed | The warhead is armed. |
| Detonated | The warhead has detonated. |
| InProgress | The warhead detonation is in progress. |
| NotArmed | The warhead is not armed. |