Home
last modified time | relevance | path

Searched refs:failIfAlreadyInClan (Results 1 – 9 of 9) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby/
H A DLobbyClientPC.h580 virtual void CreateClan(LobbyDBSpec::CreateClan_Data *clanData, bool failIfAlreadyInClan);
586 …ptClanJoinInvitation(LobbyDBSpec::UpdateClanMember_Data *clanMemberData, bool failIfAlreadyInClan);
591 …quest(ClanId *clanId, const char *userHandle, LobbyClientUserId* userId, bool failIfAlreadyInClan);
H A DLobbyClientInterface.h171 virtual void CreateClan(LobbyDBSpec::CreateClan_Data *clanData, bool failIfAlreadyInClan)=0;
177 …ClanJoinInvitation(LobbyDBSpec::UpdateClanMember_Data *clanMemberData, bool failIfAlreadyInClan)=0;
182 …est(ClanId *clanId, const char *userHandle, LobbyClientUserId* userId, bool failIfAlreadyInClan)=0;
H A DLobbyClientPC.cpp1236 void LobbyClientPC::CreateClan(LobbyDBSpec::CreateClan_Data *clanData, bool failIfAlreadyInClan) in CreateClan() argument
1251 bs.Write(failIfAlreadyInClan); in CreateClan()
1362 …eptClanJoinInvitation(LobbyDBSpec::UpdateClanMember_Data *clanMemberData, bool failIfAlreadyInClan) in AcceptClanJoinInvitation() argument
1375 bs.Write(failIfAlreadyInClan); in AcceptClanJoinInvitation()
1440 …equest(ClanId *clanId, const char *userHandle, LobbyClientUserId* userId, bool failIfAlreadyInClan) in AcceptClanMemberJoinRequest() argument
1459 bs.Write(failIfAlreadyInClan); in AcceptClanMemberJoinRequest()
H A DLobbyServer.cpp3912 bool failIfAlreadyInClan; in CreateClan_NetMsg() local
3914 bs.Read(failIfAlreadyInClan); in CreateClan_NetMsg()
3923 if (failIfAlreadyInClan && clan) in CreateClan_NetMsg()
3931 if (failIfAlreadyInClan && lsu->pendingClanCount!=0) in CreateClan_NetMsg()
4303 bool failIfAlreadyInClan; in AcceptClanJoinInvitation_NetMsg() local
4304 bs.Read(failIfAlreadyInClan); in AcceptClanJoinInvitation_NetMsg()
4338 if (failIfAlreadyInClan && ValidateOneClan(lsu,&reply)==false) in AcceptClanJoinInvitation_NetMsg()
4759 bool failIfAlreadyInClan; in AcceptClanMemberJoinRequest_NetMsg() local
4760 bs.Read(failIfAlreadyInClan); in AcceptClanMemberJoinRequest_NetMsg()
4771 if (failIfAlreadyInClan && ValidateOneClan(target,&reply)==false) in AcceptClanMemberJoinRequest_NetMsg()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2Client/
H A DLobby2ClientSample.cpp762 arg->failIfAlreadyInClan=false; in ExecuteCommand()
877 arg->failIfAlreadyInClan=false; in ExecuteCommand()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.cpp1373 bitStream->Serialize(writeToBitstream,failIfAlreadyInClan); in Serialize()
1618 bitStream->Serialize(writeToBitstream,failIfAlreadyInClan); in Serialize()
1736 bitStream->Serialize(writeToBitstream,failIfAlreadyInClan); in Serialize()
H A DLobby2Message.h2047 bool failIfAlreadyInClan; member
2345 bool failIfAlreadyInClan; member
2467 bool failIfAlreadyInClan; member
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2ClientGFx3.0/
H A DLobby2ClientGFx3Impl.cpp365 m1->failIfAlreadyInClan=pparams[1].GetBool(); in ACTIONSCRIPT_CALLABLE_FUNCTION()
511 m1->failIfAlreadyInClan=pparams[5].GetBool(); in ACTIONSCRIPT_CALLABLE_FUNCTION()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.cpp2899 if (failIfAlreadyInClan) in ServerDBImpl()
3797 if (failIfAlreadyInClan) in ServerDBImpl()
4185 if (failIfAlreadyInClan) in ServerDBImpl()