Beispiel #1
0
        public RakString CopyData(SWIGTYPE_p_unsigned_char str)
        {
            RakString ret = new RakString(SLikeNetPINVOKE.RakString_CopyData__SWIG_2(swigCPtr, SWIGTYPE_p_unsigned_char.getCPtr(str)), false);

            return(ret);
        }
 internal static HandleRef getCPtr(SWIGTYPE_p_unsigned_char obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
 public void DecomposeTeamLocked(Packet packet, SWIGTYPE_p_p_SLNet__TM_World world, SWIGTYPE_p_p_SLNet__TM_TeamMember teamMember, SWIGTYPE_p_p_SLNet__TM_Team team, SWIGTYPE_p_unsigned_short currentMembers, SWIGTYPE_p_unsigned_short memberLimitIncludingBalancing, SWIGTYPE_p_bool balancingIsActive, SWIGTYPE_p_unsigned_char joinPermissions)
 {
     SLikeNetPINVOKE.TeamManager_DecomposeTeamLocked(swigCPtr, Packet.getCPtr(packet), SWIGTYPE_p_p_SLNet__TM_World.getCPtr(world), SWIGTYPE_p_p_SLNet__TM_TeamMember.getCPtr(teamMember), SWIGTYPE_p_p_SLNet__TM_Team.getCPtr(team), SWIGTYPE_p_unsigned_short.getCPtr(currentMembers), SWIGTYPE_p_unsigned_short.getCPtr(memberLimitIncludingBalancing), SWIGTYPE_p_bool.getCPtr(balancingIsActive), SWIGTYPE_p_unsigned_char.getCPtr(joinPermissions));
     if (SLikeNetPINVOKE.SWIGPendingException.Pending)
     {
         throw SLikeNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }