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 SourceIgnoreLockdowns
Gets or sets a value indicating whether or not door should ignore lockdowns.
Declaration
bool IgnoreLockdowns { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |