Table of Contents

Class PlacingMimicPointEventArgs

Namespace
Exiled.Events.EventArgs.Scp939
Assembly
Exiled.Events.dll

Contains all information before mimicry point is placed.

public class PlacingMimicPointEventArgs : IScp939Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
PlacingMimicPointEventArgs
Implements
Inherited Members
Extension Methods

Constructors

PlacingMimicPointEventArgs(Player, RelativePosition, bool)

Initializes a new instance of the PlacingMimicPointEventArgs class.

public PlacingMimicPointEventArgs(Player player, RelativePosition position, bool isAllowed = true)

Parameters

player Player
position RelativePosition
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the event is allowed to continue.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player

Position

Gets or sets a position of mimicry point.

public RelativePosition Position { get; set; }

Property Value

RelativePosition

Scp939

Gets the Scp939Role triggering the event.

public Scp939Role Scp939 { get; }

Property Value

Scp939Role