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 |