XblMultiplayerManagerAutoFillMembersDuringMatchmaking

Indicates whether the game should auto-fill open slots during gameplay.

Syntax

bool XblMultiplayerManagerAutoFillMembersDuringMatchmaking(  
)  

Parameters

Return value

Type: bool

Returns true if the game should auto-fill open slots during gameplay; otherwise, false.

Remarks

Call the XblMultiplayerManagerSetAutoFillMembersDuringMatchmaking function to discover whether the game should use matchmaking to auto-fill open slots during gameplay. You can also call the XblMultiplayerManagerSetAutoFillMembersDuringMatchmaking function to specify whether the game should auto-fill open slots during gameplay. For more information about matchmaking, see Matchmaking overview.

Requirements

Header: multiplayer_manager_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

multiplayer_manager_c