Table of Contents

Class SlappedEventArgs

Namespace
Exiled.Events.EventArgs.Scp3114
Assembly
Exiled.Events.dll

Contains all information after SCP-3114 slaps.

public class SlappedEventArgs : IScp3114Event, IPlayerEvent, IExiledEvent
Inheritance
SlappedEventArgs
Implements
Inherited Members
Extension Methods

Constructors

SlappedEventArgs(Player, AttackResult, Player)

Initializes a new instance of the SlappedEventArgs class.

public SlappedEventArgs(Player player, AttackResult attackResult, Player target)

Parameters

player Player
attackResult AttackResult
target Player

Properties

AttackResult

Gets the SCP-3114.

public AttackResult AttackResult { get; }

Property Value

AttackResult

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player

Scp3114

Gets the Scp3114Role triggering the event.

public Scp3114Role Scp3114 { get; }

Property Value

Scp3114Role

Target

Gets the SCP-3114.

public Player Target { get; }

Property Value

Player