pub type EOS_AntiCheatCommon_LogPlayerSpawnOptions = _tagEOS_AntiCheatCommon_LogPlayerSpawnOptions;Expand description
Input parameters for the EOS_AntiCheatServer_LogPlayerSpawn function.
Aliased Type§
#[repr(C)]pub struct EOS_AntiCheatCommon_LogPlayerSpawnOptions {
pub ApiVersion: i32,
pub SpawnedPlayerHandle: *mut c_void,
pub TeamId: u32,
pub CharacterId: u32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_ANTICHEATCOMMON_LOGPLAYERSPAWN_API_LATEST.
SpawnedPlayerHandle: *mut c_voidLocally unique value used in RegisterClient/RegisterPeer
TeamId: u32Optional identifier for the player’s team. If none, use 0.
CharacterId: u32Optional identifier for the player’s character. If none, use 0.