Remarks
Structure containing details about a required client/peer action
Properties
EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo
Property | Value |
---|---|
void* ClientData | Caller-specified context data |
EOS_AntiCheatCommon_ClientHandle ClientHandle | The identifier of the client/peer that this action applies to. See the RegisterClient and RegisterPeer functions. |
EOS_EAntiCheatCommonClientAction ClientAction | The action that must be applied to the specified client/peer |
EOS_EAntiCheatCommonClientActionReason ActionReasonCode | Code indicating the reason for the action. This can be displayed to the affected player. |
const char* ActionReasonDetailsString | String containing details about the action reason. This can be displayed to the affected player. |