Table of Contents

Interface INonInteractableDoor

Namespace
Exiled.API.Interfaces
Assembly
Exiled.API.dll

Represents an interface for all non-interactable doors.

public interface INonInteractableDoor
Extension Methods

Properties

IgnoreLockdowns

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

bool IgnoreLockdowns { get; set; }

Property Value

bool

IgnoreRemoteAdmin

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

bool IgnoreRemoteAdmin { get; set; }

Property Value

bool