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.
|
Structure containing details about a required client/peer action
Properties
AntiCheatCommon.OnClientActionRequiredCallbackInfo
Property
|
Value
|
object ClientData
|
Caller-specified context data
|
System.IntPtr ClientHandle
|
The identifier of the client/peer that this action applies to. See the RegisterClient and RegisterPeer functions.
|
AntiCheatCommonClientAction ClientAction
|
The action that must be applied to the specified client/peer
|
AntiCheatCommonClientActionReason ActionReasonCode
|
Code indicating the reason for the action. This can be displayed to the affected player.
|
string ActionReasonDetailsString
|
String containing details about the action reason. This can be displayed to the affected player.
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no