Table of Contents

Class RevokingMuteEventArgs

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

Contains all information before unmuting a player.

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

Constructors

RevokingMuteEventArgs(Player, bool, bool)

Initializes a new instance of the RevokingMuteEventArgs class.

public RevokingMuteEventArgs(Player player, bool isIntercom, bool isAllowed = true)

Parameters

player Player

The player who's being unmuted.

isIntercom bool

Indicates whether the player is being intercom unmuted.

isAllowed bool

Indicates whether the player can be unmuted.