scReportBeginPlayerData

GameSpy SDK

scReportBeginPlayerData

Tells the competition SDK to start writing player data to the report.

SCResult scReportBeginPlayerData(
SCReportPtr theReportData );
RoutineRequired HeaderDistribution
scReportBeginPlayerData<sc.h>SDKZIP

Return Value

Enum value used to indicate the specific result of the request. This will return SCResult_NO_ERROR if the request completed successfully.

Parameters

theReportData
[in] A valid SC Report Object

Remarks

Use this function to mark the starting of player data. Player data should come after global data, and before team data. The game can start adding each player and its specific data after this is called.