So, I’m trying to extend the CCG Toolkit and I have a strange bug which I can’t understand at all.
My problem right now is that I’m passing an array with a few elements to a function but inside the function the passed array becomes empty.
I tried with and without “Pass-by-Reference”, but no success so far and I have no idea why it’s happening.