steve3d Posted September 30, 2013 Posted September 30, 2013 I want to return a array of int from C++ plugin, and I know Unigine::Variable can be array, but is there any other way to return a array to script by not using Unigine::Variable?
ulf.schroeter Posted September 30, 2013 Posted September 30, 2013 I would guess NO. What is the problem with Unigine::Variable ?
frustum Posted October 8, 2013 Posted October 8, 2013 Right now it's impossible. Arrays can be passed into c++ function only as arguments.
Recommended Posts