IMyBroadcastController not included in SpaceEngineers.Game.ModAPI.Ingame
Need More Information
While trying to reference IMyBroadcastController locally in my scripting and including a refrence to SpaceEngineers.Game.ModAPI.Ingame, the name "IMyBroadcastController" is not found.
I believe it was simply excluded from the ModAPI.
Hello engineer,
Thank you for reaching out to us on the forum.
The interface IMyBroadcastController is not currently part of the supported in-game scripting API, which is why you're seeing the "name not found" error.
However, there is a supported alternative you can use; IMyChatBroadcastControllerComponent
This component provides the functionality you're likely looking for.
Please note that the block itself doesn’t have a dedicated scripting API, but you can interact with its behavior through this entity component interface.
Please let us know if this helps.
Kind Regards,
Keen Software House: QA Department
Hello engineer,
Thank you for reaching out to us on the forum.
The interface IMyBroadcastController is not currently part of the supported in-game scripting API, which is why you're seeing the "name not found" error.
However, there is a supported alternative you can use; IMyChatBroadcastControllerComponent
This component provides the functionality you're likely looking for.
Please note that the block itself doesn’t have a dedicated scripting API, but you can interact with its behavior through this entity component interface.
Please let us know if this helps.
Kind Regards,
Keen Software House: QA Department
Replies have been locked on this page!