Hey,
As far as I’m aware events cannot pass array by reference (even if they tell you they do). If you convert your event to a function it should work.
I have no idea if this is a bug or expected behaviour, I tend to never use custom event.
Hey,
As far as I’m aware events cannot pass array by reference (even if they tell you they do). If you convert your event to a function it should work.
I have no idea if this is a bug or expected behaviour, I tend to never use custom event.