Tao.Lua SDK Documentation

Lua.luaL_checkstack Method 

Grows the stack size to top + sz elements, raising an error if the stack cannot grow to that size. msg is an additional text to go into the error message.

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

Parameters

L
sz
msg

See Also

Lua Class | Tao.Lua Namespace