is there a way to receive a bang from an array everytime the content is changed? or does anyone know of an external that gives the values of an array as a list everytime the values change and only then? i want to have it act sort of like a row of sliders, if that makes sense. this would make things a lot easier in my projects, but i couldn't find anything so far.
thanks!
-
Array state change
-
I don't think there is. You could try and do some trickery with [MouseState] to dump the contents of the array after the mouse button is released. Or you could us data structure arrays instead. Both cases are kind of a pain in the ass, though, and less than ideal, so they might not really make your projects any easier.