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

            if (SLikeNetPINVOKE.SWIGPendingException.Pending)
            {
                throw SLikeNetPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_SLNet__TM_World__JoinRequestHelper obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }