sq_remove

Squirrel 3.0

sq_remove

void sq_remove(HSQUIRRELVM v, SQInteger idx);

removes an element from an arbitrary position in the stack

parameters:
HSQUIRRELVM v

the target VM

SQInteger idx

index of the element that has to be removed