Remarks
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 |