Skip to main content

EOS_AntiCheatServer_SetClientNetworkStateOptions

Type Alias EOS_AntiCheatServer_SetClientNetworkStateOptions 

Source
pub type EOS_AntiCheatServer_SetClientNetworkStateOptions = _tagEOS_AntiCheatServer_SetClientNetworkStateOptions;
Expand description

Input parameters for the EOS_AntiCheatServer_SetClientNetworkState function.

Aliased Type§

#[repr(C)]
pub struct EOS_AntiCheatServer_SetClientNetworkStateOptions { pub ApiVersion: i32, pub ClientHandle: *mut c_void, pub bIsNetworkActive: i32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ANTICHEATSERVER_SETCLIENTNETWORKSTATE_API_LATEST.

§ClientHandle: *mut c_void

Locally unique value describing the remote user (e.g. a player object pointer)

§bIsNetworkActive: i32

True if the network is functioning normally, false if temporarily interrupted