lua_pushboolean
[-0, +1, –]
void lua_pushboolean (lua_State *L, int b);
Pushes a boolean value with value b
onto the stack.
lua_pushboolean
[-0, +1, –]
void lua_pushboolean (lua_State *L, int b);
Pushes a boolean value with value b
onto the stack.
Please login to continue.