nn::nex::MatchmakeRefereeClient::GetOrCreateStats Member Function

Syntax

qBool GetOrCreateStats(
     ProtocolCallContext * pCC,
     const MatchmakeRefereeStatsInitParam & param,
     MatchmakeRefereeStats * stats
);

Parameters

Name Description
in pCC Call information.
in param Creation parameter.
out stats Stores newly created personal statistics or existing personal statistics.

Return Values

Returns the result of the operation.

Description

If personal statistics are associated with the primary associated NEX unique ID, get them; otherwise, create and get new statistics.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL