Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines values that indicate restrictions on the users who can join a session.
Syntax
enum class XblMultiplayerSessionRestriction : uint32_t
{
Unknown,
None,
Local,
Followed
}
Constants
| Constant | Description |
|---|---|
| Unknown | Unknown restriction type. |
| None | No restrictions. |
| Local | Only players whose token DeviceId values match the DeviceId of a player who is already in the session and active. |
| Followed | Only local players (as defined for Local) and players who are followed by an existing (not reserved) member of the session can join without a reservation. |
Requirements
Header: multiplayer_c.h