Skip to main content

EOS_Sessions_UnregisterPlayersOptions

Type Alias EOS_Sessions_UnregisterPlayersOptions 

Source
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 u8, pub PlayersToUnregister: *mut *mut EOS_ProductUserIdDetails, pub PlayersToUnregisterCount: u32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_SESSIONS_UNREGISTERPLAYERS_API_LATEST.

§SessionName: *const u8

Name of the session for which to unregister players

§PlayersToUnregister: *mut *mut EOS_ProductUserIdDetails

Array of players to unregister from the session

§PlayersToUnregisterCount: u32

Number of players in the array