Bercon
04-29-2008, 04:37 PM
How do I get Array from Value? I want to give my custom maxscript function array as argument but I just cant open it in SDK.
Array* myArray = (Array *)arg_list[0];
That doesn't work, for some odd reason. How should I do it?
Array* myArray = (Array *)arg_list[0];
That doesn't work, for some odd reason. How should I do it?
