Class EnteringPocketDimensionEventArgs
Contains all information before a player enters the pocket dimension.
Inheritance
System.Object
EnteringPocketDimensionEventArgs
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.Player
Assembly: Exiled.Events.dll
Syntax
public class EnteringPocketDimensionEventArgs : IPlayerEvent, IDeniableEvent, IExiledEvent
Constructors
| Improve this Doc View SourceEnteringPocketDimensionEventArgs(Player, Player, Boolean)
Initializes a new instance of the EnteringPocketDimensionEventArgs class.
Declaration
public EnteringPocketDimensionEventArgs(Player player, Player scp106, bool isAllowed = true)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
Player | scp106 | |
System.Boolean | isAllowed |
Properties
| Improve this Doc View SourceIsAllowed
Gets or sets a value indicating whether or not the player can enter the pocket dimension.
Declaration
public bool IsAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Player
Gets the player who's entering the pocket dimension.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Scp106
Gets the SCP-106 who sent the player to the pocket dimension.
Declaration
public Player Scp106 { get; }
Property Value
Type | Description |
---|---|
Player |