Tao.Lua SDK Documentation

Lua.luaL_checktype Method 

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

See Also

Lua Class | Tao.Lua Namespace