rawGet method

LuaType rawGet(
  1. int index
)

Similar to getTable, but does a raw access (i.e., without metamethods).

Lua Docs.

Implementation

LuaType rawGet(int index) => lua.lua.lua_rawget(pointer, index).toLuaType();