Class PlacingMimicPointEventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the Player triggering the event.
public Player Player { get; }
Property Value
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; }