Esempio n. 1
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();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_p_SLNet__TM_World obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 3
0
 public void DecodeTeamCancelled(Packet packet, SWIGTYPE_p_p_SLNet__TM_World world, SWIGTYPE_p_p_SLNet__TM_TeamMember teamMember, SWIGTYPE_p_p_SLNet__TM_Team teamCancelled)
 {
     SLikeNetPINVOKE.TeamManager_DecodeTeamCancelled(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(teamCancelled));
 }