Class RustPlayerVoiceReceivedEvent
Inheritance
System.Object
RustPlayerVoiceReceivedEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerVoiceReceivedEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerVoiceReceivedEvent(RustPlayer, Byte[])
Declaration
public RustPlayerVoiceReceivedEvent(RustPlayer player, byte[] voiceData)
Parameters
Type |
Name |
Description |
RustPlayer |
player |
|
System.Byte[] |
voiceData |
|
Properties
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
VoiceData
Declaration
public byte[] VoiceData { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Implements
ICancellableEvent
Extension Methods