Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Defines values used to indicate who can join your lobby.
Syntax
enum class XblMultiplayerJoinability : uint32_t
{
None,
JoinableByFriends,
InviteOnly,
DisableWhileGameInProgress,
Closed
}
Constants
| Constant | Description |
|---|---|
| None | Joinability not set or no lobby exists yet. |
| JoinableByFriends | Default value. The lobby is joinable by users who are followed by an existing member of the session. |
| InviteOnly | The lobby is joinable only via an invite. |
| DisableWhileGameInProgress | This option will close the lobby only when a game is in progress. All other times, it will keep the lobby open for InviteOnly so invitees can join when no game is in progress. |
| Closed | This option will close the lobby immediately. |
Requirements
Header: multiplayer_manager_c.h