Class PlayingAudioLogEventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether the audio will start.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who started the AudioLog.
public Player Player { get; }