lua_rawgeti
void lua_rawgeti (lua_State *L, int index, int n);
Pushes onto the stack the value t[n], where t is the value at the given valid index index. The access is raw; that is, it does not invoke metamethods.
t[n]
t
index