Skip to main content

check_integer

Function check_integer 

Source
pub fn check_integer(state: &mut LuaState, arg: i32) -> Result<i64, LuaError>
Expand description

Return the integer at arg as i64; raise if not an integer-convertible number.