scReportBeginNewTeam
Adds a new team to the report.
- SCResult scReportBeginNewTeam(
- SCReportPtr theReportData );
Routine | Required Header | Distribution |
---|---|---|
scReportBeginNewTeam | <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
After the beginning of any team data is set, this function can be called to start a new team. After this function has been called, the game can start adding team data to the report.
Section Reference: Gamespy Competition SDK
See Also: scCreateReport, scReportBeginTeamData, scReportSetPlayerData, scReportAddIntValue, scReportAddStringValue