EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo

EOS API reference page for EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo

1 min to read

Remarks

Structure containing details about a required client/peer action

Properties

EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo

PropertyValue
void* ClientDataCaller-specified context data
EOS_AntiCheatCommon_ClientHandle ClientHandleThe identifier of the client/peer that this action applies to. See the RegisterClient and RegisterPeer functions.
EOS_EAntiCheatCommonClientAction ClientActionThe action that must be applied to the specified client/peer
EOS_EAntiCheatCommonClientActionReason ActionReasonCodeCode indicating the reason for the action. This can be displayed to the affected player.
const char* ActionReasonDetailsStringString containing details about the action reason. This can be displayed to the affected player.