scReportBeginTeamData
Tells the competition SDK to start writing player data to the report.
- SCResult scReportBeginTeamData(
- SCReportPtr theReportData );
Routine | Required Header | Distribution |
---|---|---|
scReportBeginTeamData | <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 team data. Team data should come after global data, and player data. The game can start adding each team and its specific data after this is called.
Section Reference: Gamespy Competition SDK
See Also: scCreateReport, scReportBeginNewTeam, scReportSetTeamData, scReportAddIntValue, scReportAddStringValue