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: i32API Version: Set this to EOS_ANTICHEATSERVER_SETCLIENTNETWORKSTATE_API_LATEST.
ClientHandle: *mut c_voidLocally unique value describing the remote user (e.g. a player object pointer)
bIsNetworkActive: i32True if the network is functioning normally, false if temporarily interrupted