EOS_AntiCheatServer_RegisterClient

EOS API reference page for EOS_AntiCheatServer_RegisterClient

1分未満で読めます

This function is part of the AntiCheatServer Interface.

Remarks

Register a connected client. Must be paired with a call to UnregisterClient. 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 player was registered successfully

  • EOS_InvalidParameters - If input data was invalid

Parameters

EOS_AntiCheatServer_RegisterClient

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