EOS_AntiCheatCommon_RegisterEventOptions

EOS API reference page for EOS_AntiCheatCommon_RegisterEventOptions

1分未満で読めます

Properties

EOS_AntiCheatCommon_RegisterEventOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_ANTICHEATCOMMON_REGISTEREVENT_API_LATEST.
uint32_t EventIdUnique event identifier. Must be >= EOS_ANTICHEATCOMMON_REGISTEREVENT_CUSTOMEVENTBASE.
const char* EventNameName of the custom event. Allowed characters are 0-9, A-Z, a-z, '_', '-'
EOS_EAntiCheatCommonEventType EventTypeType of the custom event
uint32_t ParamDefsCountNumber of parameters described in ParamDefs. Must be <= EOS_ANTICHEATCOMMON_REGISTEREVENT_MAX_PARAMDEFSCOUNT.
const EOS_AntiCheatCommon_RegisterEventParamDef* ParamDefsPointer to an array of EOS_AntiCheatCommon_RegisterEventParamDef with ParamDefsCount elements