Skip to main content

EOS_Lobby_LobbyMemberStatusReceivedCallbackInfo

Type Alias EOS_Lobby_LobbyMemberStatusReceivedCallbackInfo 

Source
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_void

Context that was passed into EOS_Lobby_AddNotifyLobbyMemberStatusReceived

§LobbyId: *const i8

The ID of the lobby

§TargetUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the lobby member

§CurrentStatus: i32

Latest status of the user