Class IssuingMuteEventArgs
Contains all information before muting a player.
public class IssuingMuteEventArgs : IPlayerEvent, IDeniableEvent, IExiledEvent
- Inheritance
-
IssuingMuteEventArgs
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
IssuingMuteEventArgs(Player, bool, bool)
Initializes a new instance of the IssuingMuteEventArgs class.
public IssuingMuteEventArgs(Player player, bool isIntercom, bool isAllowed = true)
Parameters
Properties
IsAllowed
Gets or sets a value indicating whether the player can be muted.
public bool IsAllowed { get; set; }
Property Value
IsIntercom
Gets or sets a value indicating whether the player is being intercom muted.
public bool IsIntercom { get; set; }
Property Value
Player
Gets the player who's being muted.
public Player Player { get; }