pub type EOS_Lobby_LobbyMemberStatusReceivedCallbackInfo = _tagEOS_Lobby_LobbyMemberStatusReceivedCallbackInfo;Expand description
Output parameters for the EOS_Lobby_AddNotifyLobbyMemberStatusReceived function.
Aliased Type§
#[repr(C)]pub struct EOS_Lobby_LobbyMemberStatusReceivedCallbackInfo {
pub ClientData: *mut c_void,
pub LobbyId: *const i8,
pub TargetUserId: *mut EOS_ProductUserIdDetails,
pub CurrentStatus: i32,
}Fields§
§ClientData: *mut c_voidContext that was passed into EOS_Lobby_AddNotifyLobbyMemberStatusReceived
LobbyId: *const i8The ID of the lobby
TargetUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the lobby member
CurrentStatus: i32Latest status of the user