Search Results for

    Show / Hide Table of Contents

    Class ElevatorTeleportingEventArgs

    Contains all information before SCP-079 changes rooms via elevator.

    Inheritance
    System.Object
    ElevatorTeleportingEventArgs
    Implements
    IScp079Event
    IPlayerEvent
    IRoomEvent
    IDeniableEvent
    IExiledEvent
    Inherited Members
    System.Object.ToString()
    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.Events.EventArgs.Scp079
    Assembly: Exiled.Events.dll
    Syntax
    public class ElevatorTeleportingEventArgs : IScp079Event, IPlayerEvent, IRoomEvent, IDeniableEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    ElevatorTeleportingEventArgs(Player, RoomIdentifier, ElevatorDoor, Single)

    Initializes a new instance of the ElevatorTeleportingEventArgs class.

    Declaration
    public ElevatorTeleportingEventArgs(Player player, RoomIdentifier room, ElevatorDoor elevatorDoor, float auxiliaryPowerCost)
    Parameters
    Type Name Description
    Player player
    MapGeneration.RoomIdentifier room
    Interactables.Interobjects.ElevatorDoor elevatorDoor
    System.Single auxiliaryPowerCost

    Properties

    | Improve this Doc View Source

    AuxiliaryPowerCost

    Gets or sets the amount of auxiliary power required to teleport to an elevator camera.

    Declaration
    public float AuxiliaryPowerCost { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    IsAllowed

    Gets or sets a value indicating whether or not SCP-079 can teleport. Defaults to a System.Boolean describing whether or not SCP-079 has enough auxiliary power to teleport.

    Declaration
    public bool IsAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Lift

    Gets the Lift SCP-079 wants to move.

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

    Player

    Gets the player who is controlling SCP-079.

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

    Room

    Gets Room SCP-079 is in.

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

    Scp079

    Declaration
    public Scp079Role Scp079 { get; }
    Property Value
    Type Description
    Scp079Role

    Implements

    IScp079Event
    IPlayerEvent
    IRoomEvent
    IDeniableEvent
    IExiledEvent

    Extension Methods

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