Hi all,
I'm currently working on a new plugin where I have to do actions (read and write) to an array. To have everything nicely fit into C2, I wanted to add it as a behavior for arrays but found out that you can't add behaviors to it
Not I am thinking about interacting with the array object, but can't really find the starting point on how to do it.
What I try to achieve is, that I read the size of the array and fill it with generated (by my plugin) data.
Any suggestion would be great. I am not new to JS Scripting, but not that experienced yet