Choose your implementation method:
Properties
EOS_AntiCheatCommon_RegisterEventOptions
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_ANTICHEATCOMMON_REGISTEREVENT_API_LATEST.
|
uint32_t EventId
|
Unique event identifier. Must be >= EOS_ANTICHEATCOMMON_REGISTEREVENT_CUSTOMEVENTBASE.
|
const char* EventName
|
Name of the custom event. Allowed characters are 0-9, A-Z, a-z, '_', '-'
|
EOS_EAntiCheatCommonEventType EventType
|
Type of the custom event
|
uint32_t ParamDefsCount
|
Number of parameters described in ParamDefs. Must be <= EOS_ANTICHEATCOMMON_REGISTEREVENT_MAX_PARAMDEFSCOUNT.
|
const EOS_AntiCheatCommon_RegisterEventParamDef* ParamDefs
|
Pointer to an array of EOS_AntiCheatCommon_RegisterEventParamDef with ParamDefsCount elements
|
Properties
AntiCheatCommon.RegisterEventOptions
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_ANTICHEATCOMMON_REGISTEREVENT_API_LATEST.
|
uint EventId
|
Unique event identifier. Must be >= EOS_ANTICHEATCOMMON_REGISTEREVENT_CUSTOMEVENTBASE.
|
string EventName
|
Name of the custom event. Allowed characters are 0-9, A-Z, a-z, '_', '-'
|
AntiCheatCommonEventType EventType
|
Type of the custom event
|
RegisterEventParamDef[] ParamDefs
|
Pointer to an array of EOS_AntiCheatCommon_RegisterEventParamDef with ParamDefsCount elements
|
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