Enum WarheadStatus
All the available warhead statuses.
public enum WarheadStatus
- Extension Methods
Fields
NotArmed = 0The warhead is not armed.
Armed = 1The warhead is armed.
InProgress = 2The warhead detonation is in progress.
Detonated = 3The warhead has detonated.