EOS_AntiCheatServer_LogPlayerUseAbility

EOS API reference page for EOS_AntiCheatServer_LogPlayerUseAbility

1분 소요

This function is part of the AntiCheatServer Interface.

Remarks

Optional Cerberus feature for gameplay data collection. Logs that a player has used a special ability or item which affects their character's capabilities, for example temporarily increasing their speed or allowing them to see nearby players behind walls. 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_LogPlayerUseAbility

Parameter Type And NameUsage Information
EOS_HAntiCheatServer Handle
const EOS_AntiCheatCommon_LogPlayerUseAbilityOptions* OptionsStructure containing input data.
  • EOS_EResult