sq_newarray

Squirrel 2.2

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