Tao.Lua SDK Documentation

Lua.lua_pop Method 

Pops n elements from the stack.

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

Parameters

L
n

See Also

Lua Class | Tao.Lua Namespace