pub type EOS_Lobby_JoinLobbyAcceptedCallbackInfo = _tagEOS_Lobby_JoinLobbyAcceptedCallbackInfo;Expand description
Output parameters for the EOS_Lobby_OnJoinLobbyAcceptedCallback Function.
Aliased Type§
#[repr(C)]pub struct EOS_Lobby_JoinLobbyAcceptedCallbackInfo {
pub ClientData: *mut c_void,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub UiEventId: u64,
}Fields§
§ClientData: *mut c_voidContext that was passed into EOS_Lobby_AddNotifyJoinLobbyAccepted
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user who is joining
UiEventId: u64The UI Event associated with this Join Game event. This should be used with EOS_Lobby_CopyLobbyDetailsHandleByUiEventId to get a handle to be used when calling EOS_Lobby_JoinLobby.