Show / Hide Table of Contents

Class MyRadioBroadcasters

Inheritance
System.Object
MyRadioBroadcasters
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public static class MyRadioBroadcasters : Object

Methods

AddBroadcaster(MyRadioBroadcaster)

Declaration
public static void AddBroadcaster(MyRadioBroadcaster broadcaster)
Parameters
Type Name Description
Sandbox.Game.Entities.Cube.MyRadioBroadcaster broadcaster

Clear()

Declaration
public static void Clear()

DebugDraw()

Declaration
public static void DebugDraw()

GetAllBroadcastersInSphere(BoundingSphereD, List<MyDataBroadcaster>)

Declaration
public static void GetAllBroadcastersInSphere(BoundingSphereD sphere, List<MyDataBroadcaster> result)
Parameters
Type Name Description
BoundingSphereD sphere
System.Collections.Generic.List<MyDataBroadcaster> result

GetAllBroadcastersOverlappingSphere(BoundingSphereD, List<MyDataBroadcaster>)

Declaration
public static void GetAllBroadcastersOverlappingSphere(BoundingSphereD sphere, List<MyDataBroadcaster> result)
Parameters
Type Name Description
BoundingSphereD sphere
System.Collections.Generic.List<MyDataBroadcaster> result

MoveBroadcaster(MyRadioBroadcaster)

Declaration
public static void MoveBroadcaster(MyRadioBroadcaster broadcaster)
Parameters
Type Name Description
Sandbox.Game.Entities.Cube.MyRadioBroadcaster broadcaster

RemoveBroadcaster(MyRadioBroadcaster)

Declaration
public static void RemoveBroadcaster(MyRadioBroadcaster broadcaster)
Parameters
Type Name Description
Sandbox.Game.Entities.Cube.MyRadioBroadcaster broadcaster
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾