Table of Contents

Enum WarheadStatus

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

All the available warhead statuses.

public enum WarheadStatus
Extension Methods

Fields

NotArmed = 0

The warhead is not armed.

Armed = 1

The warhead is armed.

InProgress = 2

The warhead detonation is in progress.

Detonated = 3

The warhead has detonated.

See Also