Tao.Lua SDK Documentation

Lua.luaL_getmetatable Method 

Pushes onto the stack the metatable associated with name tname in the registry (see luaL_newmetatable).

[Visual Basic]
Public Shared Sub luaL_getmetatable( _
   ByVal L As IntPtr, _
   ByVal n As String _
)
[C#]
public static void luaL_getmetatable(
   IntPtr L,
   string n
);

Parameters

L
n

See Also

Lua Class | Tao.Lua Namespace