Skip to main content

opt_integer

Function opt_integer 

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

Return the integer at arg; if absent/nil return def.