Skip to main content

EOS_Sessions_RegisterPlayersOptions

Type Alias EOS_Sessions_RegisterPlayersOptions 

Source
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: i32

API Version: Set this to EOS_SESSIONS_REGISTERPLAYERS_API_LATEST.

§SessionName: *const u8

Name of the session for which to register players

§PlayersToRegister: *mut *mut EOS_ProductUserIdDetails

Array of players to register with the session

§PlayersToRegisterCount: u32

Number of players in the array