Class ElevatorDoor
Represents an elevator 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 ElevatorDoor : BasicDoor, IWrapper<DoorVariant>, IWorldSpace, IPosition, IRotation
Properties
| Improve this Doc View SourceBase
Gets the base Interactables.Interobjects.ElevatorDoor.
Declaration
public ElevatorDoor Base { get; }
Property Value
Type | Description |
---|---|
Interactables.Interobjects.ElevatorDoor |
ElevatorType
Gets the type according to Group.
Declaration
public ElevatorType ElevatorType { get; }
Property Value
Type | Description |
---|---|
ElevatorType |
Group
Gets the Interactables.Interobjects.ElevatorManager.ElevatorGroup that this door's Lift belongs to.
Declaration
public ElevatorManager.ElevatorGroup Group { get; }
Property Value
Type | Description |
---|---|
Interactables.Interobjects.ElevatorManager.ElevatorGroup |
Lift
Gets the Lift associated with this elevator door.
Declaration
public Lift Lift { get; }
Property Value
Type | Description |
---|---|
Lift |
Panel
Gets the target panel for this lift.
Declaration
public ElevatorPanel Panel { get; }
Property Value
Type | Description |
---|---|
Interactables.Interobjects.ElevatorPanel |
Methods
| Improve this Doc View SourceToString()
Returns the Door in a human-readable format.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string containing Door-related data. |