public bool Equals(BWAPIC_Event obj)
 {
     if (obj == null)
     {
         return(false);
     }
     return(obj.swigCPtr.Handle == this.swigCPtr.Handle);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BWAPIC_Event obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
 public Event makeEvent(BWAPIC_Event e) {
   Event ret = new Event(bwapiclientPINVOKE.GameImpl_makeEvent(swigCPtr, BWAPIC_Event.getCPtr(e)), true);
   if (bwapiclientPINVOKE.SWIGPendingException.Pending) throw bwapiclientPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
public bool Equals(BWAPIC_Event obj) 
{
    if (obj == null) return false;
    return (obj.swigCPtr.Handle == this.swigCPtr.Handle);
}
 internal static HandleRef getCPtr(BWAPIC_Event obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BWAPIC_Event obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }