AudioSystem / Audio Controller Device
verse-source
SubscribeToButtons() : void =
TaggedButtons := GetCreativeObjectsWithTags(audio_tags_module.audio_tag{})
for (Object : TaggedButtons):
if (Button := button_device[Object]):
Button.InteractedWithEvent.Subscribe(OnButtonInteraction)
# Handle button interaction
OnButtonInteraction(Agent : agent) : void =