Skip to main content

EOS_AntiCheatCommon_LogPlayerReviveOptions

Type Alias EOS_AntiCheatCommon_LogPlayerReviveOptions 

Source
pub type EOS_AntiCheatCommon_LogPlayerReviveOptions = _tagEOS_AntiCheatCommon_LogPlayerReviveOptions;
Expand description

Input parameters for the EOS_AntiCheatServer_LogPlayerRevive function.

Aliased Type§

#[repr(C)]
pub struct EOS_AntiCheatCommon_LogPlayerReviveOptions { pub ApiVersion: i32, pub RevivedPlayerHandle: *mut c_void, pub ReviverPlayerHandle: *mut c_void, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ANTICHEATCOMMON_LOGPLAYERREVIVE_API_LATEST.

§RevivedPlayerHandle: *mut c_void

Locally unique value used in RegisterClient/RegisterPeer

§ReviverPlayerHandle: *mut c_void

Locally unique value used in RegisterClient/RegisterPeer