pub type EOS_AntiCheatClient_OnPeerActionRequiredCallback = Option<unsafe extern "C" fn(Data: *const EOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo)>;Expand description
Callback issued when an action must be applied to a connected peer. This callback is always issued from within EOS_Platform_Tick on its calling thread.
Aliased Type§
pub enum EOS_AntiCheatClient_OnPeerActionRequiredCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_AntiCheatCommon_OnClientActionRequiredCallbackInfo))
Some value of type T.