Class UnturnedPlayerRelayingVoiceEvent
Inheritance
System.Object
UnturnedPlayerRelayingVoiceEvent
Implements
ICancellableEvent
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerRelayingVoiceEvent : UnturnedPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
UnturnedPlayerRelayingVoiceEvent(UnturnedPlayer, Boolean, Boolean, PlayerVoice.RelayVoiceCullingHandler)
Declaration
public UnturnedPlayerRelayingVoiceEvent(UnturnedPlayer player, bool wantsToUseWalkieTalkie, bool shouldBroadcastOverRadio, PlayerVoice.RelayVoiceCullingHandler cullingHandler)
Parameters
Type |
Name |
Description |
UnturnedPlayer |
player |
|
System.Boolean |
wantsToUseWalkieTalkie |
|
System.Boolean |
shouldBroadcastOverRadio |
|
PlayerVoice.RelayVoiceCullingHandler |
cullingHandler |
|
Properties
|
Improve this Doc
View Source
CullingHandler
Declaration
public PlayerVoice.RelayVoiceCullingHandler CullingHandler { get; set; }
Property Value
Type |
Description |
PlayerVoice.RelayVoiceCullingHandler |
|
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldBroadcastOverRadio
Declaration
public bool ShouldBroadcastOverRadio { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
WantsToUseWalkieTalkie
Declaration
public bool WantsToUseWalkieTalkie { get; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
ICancellableEvent
Extension Methods