lua_isboolean

Function lua_isboolean 

Source
pub fn lua_isboolean(l: LuaState, n: c_int) -> bool
Expand description

Returns if the value at the given index is a boolean.