Search Results for

    Show / Hide Table of Contents

    Class ElevatorDoor

    Represents an elevator door.

    Inheritance
    System.Object
    TypeCastObject<Door>
    Door
    BasicDoor
    ElevatorDoor
    Implements
    IWrapper<Interactables.Interobjects.DoorUtils.DoorVariant>
    IWorldSpace
    IPosition
    IRotation
    Inherited Members
    BasicDoor.Scp106Colliders
    BasicDoor.Cooldown
    BasicDoor.RemainingCooldown
    Door.List
    Door.GameObject
    Door.Transform
    Door.Type
    Door.Room
    Door.Rooms
    Door.IsFullyClosed
    Door.IsFullyOpen
    Door.IsMoving
    Door.ExactState
    Door.IsConsideredOpen
    Door.IsOpen
    Door.IsGate
    Door.IsCheckpoint
    Door.IsElevator
    Door.IsDamageable
    Door.IsNonInteractable
    Door.IsPartOfCheckpoint
    Door.IsKeycardDoor
    Door.KeycardPermissions
    Door.Position
    Door.AllowsScp106
    Door.IsLocked
    Door.DoorLockType
    Door.InstanceId
    Door.Nametag
    Door.Name
    Door.RequiredPermissions
    Door.Rotation
    Door.Scale
    Door.Zone
    Door.Get(DoorVariant)
    Door.Get(String)
    Door.Get(GameObject)
    Door.Get(Func<Door, Boolean>)
    Door.Get(DoorType)
    Door.GetClosest(Vector3, Single)
    Door.Random(ZoneType, Boolean)
    Door.LockAll(Single, ZoneType, DoorLockType)
    Door.LockAll(Single, IEnumerable<ZoneType>, DoorLockType)
    Door.LockAll(Single, DoorLockType)
    Door.UnlockAll()
    Door.UnlockAll(ZoneType)
    Door.UnlockAll(IEnumerable<ZoneType>)
    Door.UnlockAll(Func<Door, Boolean>)
    Door.PlaySound(DoorBeepType)
    Door.ChangeLock(DoorLockType)
    Door.Lock(Single, DoorLockType)
    Door.Unlock()
    Door.Unlock(Single, DoorLockType)
    Door.IsAllowToInteract(Player)
    TypeCastObject<Door>.Cast<TObject>()
    TypeCastObject<Door>.Cast<TObject>(TObject)
    TypeCastObject<Door>.As<TObject>()
    TypeCastObject<Door>.Is<TObject>(TObject)
    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 Source

    Base

    Gets the base Interactables.Interobjects.ElevatorDoor.

    Declaration
    public ElevatorDoor Base { get; }
    Property Value
    Type Description
    Interactables.Interobjects.ElevatorDoor
    | Improve this Doc View Source

    ElevatorType

    Gets the type according to Group.

    Declaration
    public ElevatorType ElevatorType { get; }
    Property Value
    Type Description
    ElevatorType
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    Lift

    Gets the Lift associated with this elevator door.

    Declaration
    public Lift Lift { get; }
    Property Value
    Type Description
    Lift
    | Improve this Doc View Source

    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 Source

    ToString()

    Returns the Door in a human-readable format.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string containing Door-related data.

    Overrides
    Door.ToString()

    Implements

    IWrapper<T>
    IWorldSpace
    IPosition
    IRotation

    Extension Methods

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