LuaInterface.LuaDLL.luaS_checkluatype C# (CSharp) Method

luaS_checkluatype() private method

private luaS_checkluatype ( IntPtr l, int p, string t ) : int
l System.IntPtr
p int
t string
return int
        public static extern int luaS_checkluatype(IntPtr l, int p, string t);
LuaDLL