This function is part of the AntiCheatServer Interface.
Remarks
Optional Cerberus feature for gameplay data collection. Logs a player being revived after being downed (see EOS_AntiCheatServer_LogPlayerTakeDamage options). 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
-
EOS_NotConfigured - If called outside of BeginSession/EndSession boundaries
Parameters
EOS_AntiCheatServer_LogPlayerRevive
Parameter Type And Name | Usage Information |
---|---|
EOS_HAntiCheatServer Handle | |
const EOS_AntiCheatCommon_LogPlayerReviveOptions* Options | Structure containing input data. |
Related API Members
- EOS_EResult