sq_push From Squirrel 3.0 previous page next page 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 previous page start next page