Interface IMyBroadcastListener
Broadcast listeners scan the network for broadcasted messages with specific tag.
Inherited Members
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 |