Table of Contents

Class IssuingMuteEventArgs

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

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

player Player
isIntercom bool
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the player can be muted.

public bool IsAllowed { get; set; }

Property Value

bool

IsIntercom

Gets or sets a value indicating whether the player is being intercom muted.

public bool IsIntercom { get; set; }

Property Value

bool

Player

Gets the player who's being muted.

public Player Player { get; }

Property Value

Player