Skip to main content

EOS_AntiCheatCommon_LogPlayerSpawnOptions

Type Alias EOS_AntiCheatCommon_LogPlayerSpawnOptions 

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

API Version: Set this to EOS_ANTICHEATCOMMON_LOGPLAYERSPAWN_API_LATEST.

§SpawnedPlayerHandle: *mut c_void

Locally unique value used in RegisterClient/RegisterPeer

§TeamId: u32

Optional identifier for the player’s team. If none, use 0.

§CharacterId: u32

Optional identifier for the player’s character. If none, use 0.