sq_newarray From Squirrel 3.0 previous page next page sq_newarray void sq_newarray(HSQUIRRELVM v, SQInteger size); creates a new array and pushes it in the stack parameters: HSQUIRRELVM v the target VM SQInteger size the size of the array that as to be created previous page start next page