Function dmsdk::lua::check_int

source ·
pub fn check_int(l: State, i: i32) -> isize
Expand description

Checks if there is a Lua number at i and converts it into an isize.

The number will be rounded down to the nearest whole number.