Example #1
0
        public static int JoinRequestHelperComp(SWIGTYPE_p_RakNet__TM_World__JoinRequestHelper key, SWIGTYPE_p_RakNet__TM_World__JoinRequestHelper data)
        {
            int ret = RakNetPINVOKE.TM_World_JoinRequestHelperComp(SWIGTYPE_p_RakNet__TM_World__JoinRequestHelper.getCPtr(key), SWIGTYPE_p_RakNet__TM_World__JoinRequestHelper.getCPtr(data));

            if (RakNetPINVOKE.SWIGPendingException.Pending)
            {
                throw RakNetPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static HandleRef getCPtr(SWIGTYPE_p_RakNet__TM_World__JoinRequestHelper obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_RakNet__TM_World__JoinRequestHelper obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public static int JoinRequestHelperComp(SWIGTYPE_p_RakNet__TM_World__JoinRequestHelper key, SWIGTYPE_p_RakNet__TM_World__JoinRequestHelper data) {
   int ret = RakNetPINVOKE.TM_World_JoinRequestHelperComp(SWIGTYPE_p_RakNet__TM_World__JoinRequestHelper.getCPtr(key), SWIGTYPE_p_RakNet__TM_World__JoinRequestHelper.getCPtr(data));
   if (RakNetPINVOKE.SWIGPendingException.Pending) throw RakNetPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }