Enum GeneratorState
Represents the state of a Generator.
Namespace: Exiled.API.Enums
Assembly: Exiled.API.dll
Syntax
[Flags]
public enum GeneratorState : byte
Fields
Name | Description |
---|---|
Activating | Generator is activating. |
Engaged | Generator is engaged. |
None | Generator is locked. |
Open | Generator is open. |
Unlocked | Generator is unlocked. |