Skip to main content

EOS_Lobby_DestroyLobbyOptions

Type Alias EOS_Lobby_DestroyLobbyOptions 

Source
pub type EOS_Lobby_DestroyLobbyOptions = _tagEOS_Lobby_DestroyLobbyOptions;
Expand description

Input parameters for the EOS_Lobby_DestroyLobby function.

Aliased Type§

#[repr(C)]
pub struct EOS_Lobby_DestroyLobbyOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_ProductUserIdDetails, pub LobbyId: *const i8, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_LOBBY_DESTROYLOBBY_API_LATEST.

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the local user requesting destruction of the lobby; this user must currently own the lobby

§LobbyId: *const i8

The ID of the lobby to destroy