Show / Hide Table of Contents

Interface IMyBroadcastListener

Broadcast listeners scan the network for broadcasted messages with specific tag.

Inherited Members
IMyMessageProvider.AcceptMessage()
IMyMessageProvider.DisableMessageCallback()
IMyMessageProvider.SetMessageCallback(String)
IMyMessageProvider.HasPendingMessage
IMyMessageProvider.MaxWaitingMessages
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyBroadcastListener : IMyMessageProvider

Properties

IsActive

Gets a value that indicates whether the broadcast listener is active.

Declaration
bool IsActive { get; }
Property Value
Type Description
System.Boolean

Tag

Gets the tag this broadcast listener is listening for.

Declaration
string Tag { get; }
Property Value
Type Description
System.String
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾