Skip to main content

EOS_Lobby_PromoteMemberOptions

Type Alias EOS_Lobby_PromoteMemberOptions 

Source
pub type EOS_Lobby_PromoteMemberOptions = _tagEOS_Lobby_PromoteMemberOptions;
Expand description

Input parameters for the EOS_Lobby_PromoteMember function.

Aliased Type§

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

Fields§

§ApiVersion: i32

API Version: Set this to EOS_LOBBY_PROMOTEMEMBER_API_LATEST.

§LobbyId: *const i8

The ID of the lobby

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the local user making the request

§TargetUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the member to promote to owner of the lobby