Hi, I am trying to develop a plugin for construct. I need to return multiple values from my expression function. Any ideas will be greatly appreciated... Thanks in advance
Develop games in your browser. Powerful, performant & highly capable.
C2 doesn't yet support arrays, so you can't return more than one value from an expression. You should use different expressions, or a parameter (like the Array object takes an index parameter in Classic).