lua_pushboolean
void lua_pushboolean (lua_State *L, int b);
Pushes a boolean value with value b onto the stack.
b