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