Class TalkedEventArgs
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
scp127Scp127voiceLineScp127VoiceLinesTranslationvoiceLinePriorityScp127VoiceTriggerBase.VoiceLinePriority
Properties
Item
Gets the Item triggering the event.
public Item Item { get; }
Property Value
Player
Gets the Player triggering the event.
public Player Player { get; }
Property Value
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
VoiceLine
Gets a voice line which is played.
public Scp127VoiceLinesTranslation VoiceLine { get; }
Property Value
- Scp127VoiceLinesTranslation