Class RevokingMuteEventArgs
Contains all information before unmuting a player.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Exiled.Events.EventArgs.Player
Assembly: Exiled.Events.dll
Syntax
public class RevokingMuteEventArgs : IssuingMuteEventArgs, IPlayerEvent, IDeniableEvent, IExiledEventConstructors
| Improve this Doc View SourceRevokingMuteEventArgs(Player, Boolean, Boolean)
Initializes a new instance of the RevokingMuteEventArgs class.
Declaration
public RevokingMuteEventArgs(Player player, bool isIntercom, bool isAllowed = true)Parameters
| Type | Name | Description | 
|---|---|---|
| Player | player | The player who's being unmuted. | 
| System.Boolean | isIntercom | Indicates whether the player is being intercom unmuted or not. | 
| System.Boolean | isAllowed | Indicates whether or not the player can be unmuted. |