Exemple #1
0
 public static int LuaEqual(LuaState luaState, int index1, int index2)
 {
     return(LuaCore.LuaNetEqual(luaState, index1, index2));
 }