EOS_AntiCheatServer_LogGameRoundEnd

EOS API reference page for EOS_AntiCheatServer_LogGameRoundEnd

Under 1 min to read

This function is part of the AntiCheatServer Interface.

Remarks

Optional Cerberus feature for gameplay data collection. Logs a game round's end and outcome. This function may only be called between a successful call to EOS_AntiCheatServer_BeginSession and the matching EOS_AntiCheatServer_EndSession call.

Return Value

  • EOS_Success - If the event was logged successfully

  • EOS_InvalidParameters - If input data was invalid

Parameters

EOS_AntiCheatServer_LogGameRoundEnd

Parameter Type And NameUsage Information
EOS_HAntiCheatServer Handle
const EOS_AntiCheatCommon_LogGameRoundEndOptions* OptionsStructure containing input data.