nn::nex::MatchmakeParam::SetOverrideIpAddress Member Function

Syntax

void SetOverrideIpAddress(
     const String & overrideIpAddress
);

Parameters

Name Description
in overrideIpAddress An IP address for debugging.

Return Values

None.

Description

Sets an IP address for debugging.

Sets an IP address for debugging. Gets location information with GeoIP using this IP address rather than the current IP address. This can only be used for debugging. When a MatchmakeParam object included in a MatchmakeSession retrieved from the server is used with the MatchmakeExtensionClient::UpdateMatchmakeSession function, and the IP address for debugging is used, you need to use this API to set the IP address for debugging again.

Revision History

2013/12/05
Initial version.

CONFIDENTIAL