Class IntercomSpeakingEventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether the player can speak on the intercom.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who's going to speak on the intercom.
public Player Player { get; }