Is it possible to add parameters to a Control Callback?
-
So a control callback normally has (component, value) for input parameters.
Can I add parameters to pass more into the control callback? e.g.:inline function onMatrixLabelControl(component, value, labelPanelArray, panelArray, clickPanelArray)
I'm trying to pass some arrays to the control callback without having to use const variables in the main script.
-
@VirtualVirgin no, it only takes the two
-
@d-healey Thanks! I'll stop messing with it then. I wasn't getting any results from trying it out.
-
@VirtualVirgin a broadcaster might be more suitable, check out the latest video on Patreon if you haven't already