Tao.Lua SDK Documentation

Lua.lua_getfield Method 

Pushes onto the stack the value t[k], where t is the value at the given valid index index. As in Lua, this function may trigger a metamethod for the "index" event

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

Parameters

L
idx
k

See Also

Lua Class | Tao.Lua Namespace