pub type EOS_AntiCheatCommon_LogEventOptions = _tagEOS_AntiCheatCommon_LogEventOptions;Expand description
Input parameters for the EOS_AntiCheatServer_LogEvent function.
Aliased Type§
#[repr(C)]pub struct EOS_AntiCheatCommon_LogEventOptions {
pub ApiVersion: i32,
pub ClientHandle: *mut c_void,
pub EventId: u32,
pub ParamsCount: u32,
pub Params: *const _tagEOS_AntiCheatCommon_LogEventParamPair,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_ANTICHEATCOMMON_LOGEVENT_API_LATEST.
ClientHandle: *mut c_voidOptional client who this event is primarily associated with. If not applicable, use 0.
EventId: u32Unique event identifier previously configured in RegisterEvent
ParamsCount: u32Number of parameters described in Params
Params: *const _tagEOS_AntiCheatCommon_LogEventParamPairSet of parameter types previously configured in RegisterEvent, and their values