YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
22 stars 8 forks source link

Allow users to access a sprites broadcast message info #3517

Open iampremo opened 1 year ago

iampremo commented 1 year ago

Provide a function allowing a user to get the broadcast message info from a sprite something like

sprite_get_broadcast_message_info( sprite )

this would return an array or struct that contains a time code and the string for the broadcast message.

 

yoshikins commented 10 months ago

This can probably be closed because we can access a sprite's broadcast message information from sprite_get_info()