Jump to content

[SOLVED] is there any way to return a array from C++ function instead of use Unigine::Variable


photo

Recommended Posts

Posted

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?

Posted

I would guess NO. What is the problem with Unigine::Variable ?

Posted

Right now it's impossible.

Arrays can be passed into c++ function only as arguments.

×
×
  • Create New...