IMyBroadcastController not included in SpaceEngineers.Game.ModAPI.Ingame

mlq2627 shared this bug 25 days ago
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.55fecf41fa8c4299893195f406a6467a

I believe it was simply excluded from the ModAPI.

Replies (1)

photo
1

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

Leave a Comment
 
Attach a file