nn::nex::MatchmakeParam Class

Syntax

class MatchmakeParam

Description

A data class for storing parameters related to a matchmaking session.

Member Functions

MatchmakeParam Constructor.
V ~MatchmakeParam Destructor.
SetSettingIndex Sets the setting index.
GetSettingIndex Gets the setting index.
SetRatingValue Sets a rating value.
GetRatingValue Gets a rating value.
SetDisconnectionRate Sets the disconnection rate.
GetDisconnectionRate Gets the disconnection rate.
SetViolationRate Sets the violation rate.
GetViolationRate Gets the violation rate.
SetNintendoCountryCode Sets the country code.
SetOverrideIpAddress Sets an IP address for debugging.
GetOverrideIpAddress Gets an IP address for debugging.
GetTotalScore Gets the total score.
SetUseGeoIp Set whether to use location information.
GetUseGeoIp Get whether to use location information.
SetUpdateGeoIp Set whether to update location information.
GetUpdateGeoIp Get whether to update location information.
GetGeoIpResult Gets the result of obtaining location information.
Reset Initializes an object to the default state generated by the constructor.
Trace Traces the content of a MatchmakeParam object.

Revision History

2014/04/15
Removed the beta designation from the score-based matchmaking session selection feature.
2013/12/05
Initial version.

CONFIDENTIAL