Table of Contents

Class TalkedEventArgs

Namespace
Exiled.Events.EventArgs.Scp127
Assembly
Exiled.Events.dll

Contains all information after SCP-127 voice line is played.

public class TalkedEventArgs : IScp127Event, IItemEvent, IPlayerEvent, IExiledEvent
Inheritance
TalkedEventArgs
Implements
Inherited Members
Extension Methods

Constructors

TalkedEventArgs(Scp127, Scp127VoiceLinesTranslation, VoiceLinePriority)

Initializes a new instance of the TalkedEventArgs class.

public TalkedEventArgs(Scp127 scp127, Scp127VoiceLinesTranslation voiceLine, Scp127VoiceTriggerBase.VoiceLinePriority voiceLinePriority)

Parameters

scp127 Scp127
voiceLine Scp127VoiceLinesTranslation
voiceLinePriority Scp127VoiceTriggerBase.VoiceLinePriority

Properties

Item

Gets the Item triggering the event.

public Item Item { get; }

Property Value

Item

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player

Priority

Gets a priority for this play.

public Scp127VoiceTriggerBase.VoiceLinePriority Priority { get; }

Property Value

Scp127VoiceTriggerBase.VoiceLinePriority

Scp127

Gets the SCP-127 instance, related to this event.

public Scp127 Scp127 { get; }

Property Value

Scp127

VoiceLine

Gets a voice line which is played.

public Scp127VoiceLinesTranslation VoiceLine { get; }

Property Value

Scp127VoiceLinesTranslation