Table of Contents

Enum GeneratorState

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

Represents the state of a Generator.

[Flags]
public enum GeneratorState : byte
Extension Methods

Fields

None = 1

Generator is locked.

Unlocked = 2

Generator is unlocked.

Open = 4

Generator is open.

Activating = 8

Generator is activating.

Engaged = 16

Generator is engaged.

See Also