Function lua_rawgeti

Source
pub unsafe extern "C-unwind" 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, -]