LUA_RAWGETI(3) Library Functions Manual LUA_RAWGETI(3)

lua_rawgetipushes onto the stack the value t[n], where t is the value at the given valid index, function indicator [-0, +1, -]

#include <lua.h>

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. The access is raw; that is, it does not invoke metamethods.

Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.

The lua_rawgeti() manual page is based on Lua Reference Manual 5.1 and was created by Sergey Bronnikov.

July 15, 2022 Debian