Function tlua::ffi::lua_rawgeti

source ·
pub unsafe extern "C" fn lua_rawgeti(
    l: *mut lua_State,
    index: c_int,
    n: c_int
)
Expand description

Pushes onto the stack the value t[n], where t is the value at the given valid index. The access is raw; that is, it does not invoke metamethods. [-0, +1, -]