Exemple #1
0
 static public bool luaTypeCheck(IntPtr l, int p, string t)
 {
     return(LuaDLL.luaS_checkluatype(l, p, t) != 0);
 }
Exemple #2
0
 static bool isLuaValueType(IntPtr l, int p)
 {
     return(LuaDLL.luaS_checkluatype(l, p, null) == 1);
 }