scReportBeginGlobalData
Tells the competition SDK to start writing global data to the report.
- SCResult scReportBeginGlobalData(
- SCReportPtr theReportData );
Routine | Required Header | Distribution |
---|---|---|
scReportBeginGlobalData | <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
- [ref] A valid SC Report Object
Remarks
After creating a report, this function should be called prior to writing global game data. Global data comes before player and team data. Note that keys and values can be recorded via the key/value utility functions.
Section Reference: Gamespy Competition SDK
See Also: scCreateReport, scReportAddIntValue, scReportAddStringValue