Skip to main content

EOS_AntiCheatCommon_LogEventOptions

Type Alias EOS_AntiCheatCommon_LogEventOptions 

Source
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: i32

API Version: Set this to EOS_ANTICHEATCOMMON_LOGEVENT_API_LATEST.

§ClientHandle: *mut c_void

Optional client who this event is primarily associated with. If not applicable, use 0.

§EventId: u32

Unique event identifier previously configured in RegisterEvent

§ParamsCount: u32

Number of parameters described in Params

§Params: *const _tagEOS_AntiCheatCommon_LogEventParamPair

Set of parameter types previously configured in RegisterEvent, and their values