Tao.Lua SDK Documentation

Lua.lua_rawgeti Method 

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.

[Visual Basic]
Public Shared Sub lua_rawgeti( _
   ByVal L As IntPtr, _
   ByVal idx As Integer, _
   ByVal n As Integer _
)
[C#]
public static void lua_rawgeti(
   IntPtr L,
   int idx,
   int n
);

Parameters

L
idx
n

See Also

Lua Class | Tao.Lua Namespace