Skip to main content

opt_number

Function opt_number 

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

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