#include <LobbyClientInterface.h>
Inherited by RakNet::ClanMemberJoinRequestAccepted_PC.
Public Attributes | |
LobbyClientUserId * | userId |
New member of the clan (possibly you). | |
LobbyClientUserId * | clanLeaderOrSubleaderId |
Leader or subleader that accepted the join request (possibly you). | |
ClanId * | clanId |
Clan this action is in reference to. | |
bool | userIdIsYou |
If this is sent to you as the joining member, this is true. | |
bool | joinRequestAcceptorIsYou |
If this is sent to you as the one that originally accepted the request, this is true. |