LuaInterface.LuaDLL.luaS_checkluatype C# (CSharp) Méthode

luaS_checkluatype() private méthode

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