public bool IsEqual_Op(LetterMatch m)
    {
        bool ret = VisionLabPINVOKE.LetterMatch_IsEqual_Op(swigCPtr, LetterMatch.getCPtr(m));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 2
0
        public static async Task OnStart()
        {
            if (File.Exists("data/updateinfo.garden"))
            {
                Console.WriteLine("Running Post-Update Procedure...");
                await UpdateProcess.PostUpdate();
            }

            await Tree.LoadAsync();

            LetterMatchGame = new LetterMatch();
            await LetterMatchGame.LoadData();

            Config.Ready = true;
        }
 public bool IsEqual_Op(LetterMatch m) {
   bool ret = VisionLabPINVOKE.LetterMatch_IsEqual_Op(swigCPtr, LetterMatch.getCPtr(m));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public bool SmallerThan(LetterMatch m) {
   bool ret = VisionLabPINVOKE.LetterMatch_SmallerThan(swigCPtr, LetterMatch.getCPtr(m));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(LetterMatch obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(LetterMatch obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(LetterMatch obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }