Function rawgeti

Source
pub unsafe extern "C" fn rawgeti(
    state: lua_State,
    index: i32,
    slot: i32,
)
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.