pub type EOS_Sessions_UnregisterPlayersOptions = _tagEOS_Sessions_UnregisterPlayersOptions;Expand description
Input parameters for the EOS_Sessions_UnregisterPlayers function.
Aliased Type§
#[repr(C)]pub struct EOS_Sessions_UnregisterPlayersOptions {
pub ApiVersion: i32,
pub SessionName: *const i8,
pub PlayersToUnregister: *mut *mut EOS_ProductUserIdDetails,
pub PlayersToUnregisterCount: u32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_SESSIONS_UNREGISTERPLAYERS_API_LATEST.
SessionName: *const i8Name of the session for which to unregister players
PlayersToUnregister: *mut *mut EOS_ProductUserIdDetailsArray of players to unregister from the session
PlayersToUnregisterCount: u32Number of players in the array