Search Results for

    Show / Hide Table of Contents

    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.

    See Also
    State
    Get(GeneratorState)

    Extension Methods

    ReflectionExtensions.CopyProperties(Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX