Tao.Lua SDK Documentation

Lua.lua_getfenv Method 

Pushes onto the stack the environment table of the value at the given index.

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

Parameters

L
idx

See Also

Lua Class | Tao.Lua Namespace