Home
last modified time | relevance | path

Searched refs:inviteToSpectatorSlot (Results 1 – 8 of 8) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Rooms/
H A DRoomsContainer.h358 …sParticipant* roomsParticipant, RoomsParticipant* inviteeId, bool inviteToSpectatorSlot, RakNet::R…
509 …sParticipant* roomsParticipant, RoomsParticipant* inviteeId, bool inviteToSpectatorSlot, RakNet::R…
H A DRoomsContainer.cpp611 …sParticipant* roomsParticipant, RoomsParticipant* inviteeId, bool inviteToSpectatorSlot, RakNet::R… in SendInvite() argument
616 …return roomsParticipant->GetRoom()->SendInvite(roomsParticipant, inviteeId, inviteToSpectatorSlot,… in SendInvite()
1420 …sParticipant* roomsParticipant, RoomsParticipant* inviteeId, bool inviteToSpectatorSlot, RakNet::R… in SendInvite() argument
1438 …ParticipantCanJoinRoomResult pcjrr = ParticipantCanJoinRoom(inviteeId, inviteToSpectatorSlot, fals… in SendInvite()
1440 if (pcjrr==PCJRR_NO_PUBLIC_SLOTS && inviteToSpectatorSlot==false) return REC_SEND_INVITE_NO_SLOTS; in SendInvite()
1485 invitedUser.invitedAsSpectator=inviteToSpectatorSlot; in SendInvite()
H A DRoomsPlugin.cpp122 bitStream->Serialize(writeToBitstream, inviteToSpectatorSlot); in SerializeIn()
734 bitStream->Serialize(writeToBitstream, inviteToSpectatorSlot); in Serialize()
1775 …tainer.SendInvite( roomsPluginParticipant, inviteeId, callResult->inviteToSpectatorSlot, callResul… in SendInvite_Callback()
1781 notification.inviteToSpectatorSlot=callResult->inviteToSpectatorSlot; in SendInvite_Callback()
H A DRoomsPlugin.h160 bool inviteToSpectatorSlot; member
682 bool inviteToSpectatorSlot; member
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/RoomsBrowserGFx3/RakNet/
H A DRoomsBrowserGFx3_RakNet.cpp437 func.inviteToSpectatorSlot=pparams[1].GetBool(); in ACTIONSCRIPT_CALLABLE_FUNCTION()
768 rargs.Add(callResult->inviteToSpectatorSlot); in SendInvite_Callback()
971 rargs.Add(notification->inviteToSpectatorSlot); in RoomInvitationSent_Callback()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/RoomsBrowserGFx3/Resources/
H A DLobby.as330 function c2f_RoomInvitationSent_Callback( invitorName:String, inviteToSpectatorSlot:Boolean ):Void
H A DInRoom.as34 function c2f_SendInvite(resultCode:String, inviteeName:String, inviteToSpectatorSlot:Boolean ):Void
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Rooms/
H A DRoomsSample.cpp258 func.inviteToSpectatorSlot=false; in main()