Enum GeneratorState
Represents the state of a Generator.
[Flags]
public enum GeneratorState : byte
- Extension Methods
Fields
None = 0Generator is doing nothing.
Unlocked = 2Generator is unlocked.
Open = 4Generator is open.
Activating = 8Generator is activating.
Engaged = 16Generator is engaged.