pub type EOS_Sessions_RegisterPlayersOptions = _tagEOS_Sessions_RegisterPlayersOptions;Expand description
Input parameters for the EOS_Sessions_RegisterPlayers function.
Aliased Type§
#[repr(C)]pub struct EOS_Sessions_RegisterPlayersOptions {
pub ApiVersion: i32,
pub SessionName: *const u8,
pub PlayersToRegister: *mut *mut EOS_ProductUserIdDetails,
pub PlayersToRegisterCount: u32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_SESSIONS_REGISTERPLAYERS_API_LATEST.
SessionName: *const u8Name of the session for which to register players
PlayersToRegister: *mut *mut EOS_ProductUserIdDetailsArray of players to register with the session
PlayersToRegisterCount: u32Number of players in the array