Table of Contents

Class PlayingAudioLogEventArgs

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

Contains all information before a player plays the AudioLog.

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

Constructors

PlayingAudioLogEventArgs(Player, bool)

Initializes a new instance of the PlayingAudioLogEventArgs class.

public PlayingAudioLogEventArgs(Player player, bool isAllowed = true)

Parameters

player Player
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the audio will start.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who started the AudioLog.

public Player Player { get; }

Property Value

Player