sq_pushobject

Squirrel 2.2

sq_pushobject

void sq_pushobject(HSQUIRRELVM v, HSQOBJECT obj);

push an object referenced by an object handler into the stack.

parameters:
HSQUIRRELVM v

the target VM

HSQOBJECT obj

object handler