Search Results for

    Show / Hide Table of Contents

    Interface INonInteractableDoor

    Represents an interface for all non-interactable doors.

    Namespace: Exiled.API.Interfaces
    Assembly: Exiled.API.dll
    Syntax
    public interface INonInteractableDoor

    Properties

    | Improve this Doc View Source

    IgnoreLockdowns

    Gets or sets a value indicating whether or not door should ignore lockdowns.

    Declaration
    bool IgnoreLockdowns { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IgnoreRemoteAdmin

    Gets or sets a value indicating whether or not door should ignore RA requests.

    Declaration
    bool IgnoreRemoteAdmin { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

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