Class BasicNonInteractableDoor
Represents a basic non-interactable door.
Implements
IWrapper<Interactables.Interobjects.DoorUtils.DoorVariant>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.API.Features.Doors
Assembly: Exiled.API.dll
Syntax
public class BasicNonInteractableDoor : BasicDoor, IWrapper<DoorVariant>, IWorldSpace, IPosition, IRotation, INonInteractableDoor
Constructors
| Improve this Doc View SourceBasicNonInteractableDoor(BasicNonInteractableDoor, List<Room>)
Initializes a new instance of the BasicNonInteractableDoor class.
Declaration
public BasicNonInteractableDoor(BasicNonInteractableDoor door, List<Room> room)
Parameters
Type | Name | Description |
---|---|---|
Interactables.Interobjects.BasicNonInteractableDoor | door | The base Interactables.Interobjects.BasicNonInteractableDoor for this door. |
System.Collections.Generic.List<Room> | room | The Room's for this door. |
Properties
| Improve this Doc View SourceBase
Gets the base Interactables.Interobjects.BasicNonInteractableDoor.
Declaration
public BasicNonInteractableDoor Base { get; }
Property Value
Type | Description |
---|---|
Interactables.Interobjects.BasicNonInteractableDoor |
IgnoreLockdowns
Declaration
public bool IgnoreLockdowns { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IgnoreRemoteAdmin
Declaration
public bool IgnoreRemoteAdmin { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |