Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values that indicate which multiplayer role settings are mutable.
Syntax
enum class XblMutableRoleSettings : uint32_t
{
None = 0x0,
Max = 0x1,
Target = 0x2
}
Constants
| Constant | Description |
|---|---|
| None | None of the role settings are mutable. |
| Max | Allows you to set the maximum number of players that can fill the role. |
| Target | Allows you to set the target number of players that should fill the role. |
Remarks
Only the session owner can modify role settings and only those that are set in XblMultiplayerRoleType::MutableRoleSettings. You can set XblMutableRoleSettings in the session template.
Member of
Requirements
Header: multiplayer_c.h