class UpdateMatchmakeSessionParam
This data class stores parameters specific to the MatchmakeExtensionClient::UpdateMatchmakeSession
function.
V | ~UpdateMatchmakeSessionParam | Destroys the object. |
---|---|---|
SetTargetGatheringId | Sets the gathering ID of the target to change. This parameter must always be specified. | |
GetTargetGatheringId | Gets the gathering ID of the target to change. | |
SetModificationFlag | Sets a flag that indicates which locations to modify. | |
GetModificationFlag | Gets the modification flag. | |
SetAttribute | Sets attributes. | |
GetAttribute | Gets an attribute. | |
SetOpenParticipation | Sets whether the matchmaking session can be joined. | |
GetOpenParticipation | Gets whether the matchmaking session can be joined. | |
SetApplicationBuffer | Sets application-defined data. | |
GetApplicationBuffer | Gets application-defined data. | |
SetProgressScore | Sets game progress score. | |
GetProgressScore | Gets game progress score. | |
SetMatchmakeParam | Sets the matchmaking parameters. | |
GetMatchmakeParam | Gets the matchmaking parameters. | |
SetUserPassword | Sets the user password for the matchmaking session. | |
GetUserPassword | Gets the user password for the matchmaking session. | |
SetStartedTime | Sets the matchmaking start day and time. | |
GetStartedTime | Gets the matchmaking start day and time. | |
GetGameMode | Gets the game mode. | |
SetDescription | Sets a descriptive text string. | |
GetDescription | Gets the descriptive text string. | |
SetMinParticipants | Sets the minimum number of participants. | |
GetMinParticipants | Gets the minimum number of participants. | |
SetMaxParticipants | Sets the maximum number of participants. | |
GetMaxParticipants | Gets the maximum number of participants. | |
SetMatchmakeSystemType | Sets the matchmaking system type. | |
Reset | Initializes an object to the default state generated by the constructor. | |
Trace | Traces the content of a UpdateMatchmakeSessionParam object. |
CONFIDENTIAL