Types supported for custom gameplay behavior event parameters
Values
EOS_EAntiCheatCommonEventParamType
Enumerated Value
|
Meaning
|
EOS_ACCEPT_Invalid
|
Not used
|
EOS_ACCEPT_ClientHandle
|
EOS_AntiCheatCommon_ClientHandle
|
EOS_ACCEPT_String
|
const char*
|
EOS_ACCEPT_UInt32
|
uint32_t
|
EOS_ACCEPT_Int32
|
int32_t
|
EOS_ACCEPT_UInt64
|
uint64_t
|
EOS_ACCEPT_Int64
|
int64_t
|
EOS_ACCEPT_Vector3f
|
EOS_AntiCheatCommon_Vec3f
|
EOS_ACCEPT_Quat
|
EOS_AntiCheatCommon_Quat
|
Types supported for custom gameplay behavior event parameters
Values
AntiCheatCommon.AntiCheatCommonEventParamType
Enumerated Value
|
Meaning
|
Invalid
|
Not used
|
ClientHandle
|
EOS_AntiCheatCommon_ClientHandle
|
String
|
const char*
|
UInt32
|
uint32_t
|
Int32
|
int32_t
|
UInt64
|
uint64_t
|
Int64
|
int64_t
|
Vector3f
|
EOS_AntiCheatCommon_Vec3f
|
Quat
|
EOS_AntiCheatCommon_Quat
|
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