Function tlua::ffi::lua_pushnumber

source ·
pub unsafe extern "C" fn lua_pushnumber(
    l: *mut lua_State,
    n: c_double
)
Expand description

Pushes a number with value n onto the stack. [-0, +1, -]