sq_pushbool

Squirrel 2.2

sq_pushbool

void sq_pushbool(HSQUIRRELVM v, SQBool b);

pushes a bool into the stack

parameters:
HSQUIRRELVM v

the target VM

SQBool b

the bool that has to be pushed(SQTrue or SQFalse)