Function lua_isboolean

Source
pub unsafe fn lua_isboolean(l: *mut State, idx: c_int) -> bool
Expand description

Equivalent to the C macro of the same name.

ยงSafety

l must be a valid pointer to a Lua state.