sq_push

Squirrel 3.0

sq_push

void sq_push(HSQUIRRELVM v, SQInteger idx);

pushes in the stack the value at the index idx

parameters:
HSQUIRRELVM v

the target VM

SQInteger idx

the index in the stack of the value that has to be pushed