pub type EOS_Lobby_KickMemberOptions = _tagEOS_Lobby_KickMemberOptions;Expand description
Input parameters for the EOS_Lobby_KickMember function.
Aliased Type§
#[repr(C)]pub struct EOS_Lobby_KickMemberOptions {
pub ApiVersion: i32,
pub LobbyId: *const i8,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub TargetUserId: *mut EOS_ProductUserIdDetails,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_LOBBY_KICKMEMBER_API_LATEST.
LobbyId: *const i8The ID of the lobby
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user requesting the removal; this user must be the lobby owner
TargetUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the lobby member to remove