Table of Contents

Class PlayingFootstepEventArgs

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

Contains all information before the footsteps are being shown to SCP-939.

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

Constructors

PlayingFootstepEventArgs(Player, Player, bool)

Initializes a new instance of the PlayingFootstepEventArgs class.

public PlayingFootstepEventArgs(Player target, Player player, bool isAllowed = true)

Parameters

target Player

The player who's being shown to SCP-939.

player Player

The player who's controlling SCP-939.

isAllowed bool

Indicates whether the footstep action is allowed.

Properties

IsAllowed

Gets or sets a value indicating whether footsteps are visible.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who's controlling SCP-939.

public Player Player { get; }

Property Value

Player

Scp939

Gets the Scp939Role triggering the event.

public Scp939Role Scp939 { get; }

Property Value

Scp939Role

Target

Gets the player who's being shown to SCP-939.

public Player Target { get; }

Property Value

Player