Table of Contents

Class IntercomSpeakingEventArgs

Namespace
Exiled.Events.EventArgs.Player
Assembly
Exiled.Events.dll

Contains all information before a player speaks to the intercom.

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

Constructors

IntercomSpeakingEventArgs(Player, bool)

Initializes a new instance of the IntercomSpeakingEventArgs class.

public IntercomSpeakingEventArgs(Player player, bool isAllowed = true)

Parameters

player Player
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the player can speak on the intercom.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who's going to speak on the intercom.

public Player Player { get; }

Property Value

Player