StovePCMatchmaking(Native dll)  1.0.4.1
Classes
Matchmaking Callback

The response value that is called as a callback function after the API call. More...

Classes

struct  StovePCMatchmakingError
 The structure passed to the callback when it is called. More...
 
struct  StovePCMatchmakingLobby
 A non-metadata (user-defined data) structure. More...
 
struct  StovePCMatchmakingLobbyUser
 The lobby user information structure. More...
 
struct  StovePCMatchmakingCreateLobby
 The response value after creating the lobby. Notifies the creation of the lobby. More...
 
struct  StovePCMatchmakingJoinLobby
 The response value for the lobby position. Notifies the lobby position. More...
 
struct  StovePCMatchmakingUserJoin
 Response to a user joining the lobby. Called when a user enters the lobby. More...
 
struct  StovePCMatchmakingLeaveLobby
 The response to leaving the lobby. Called when the user exits the lobby. More...
 
struct  StovePCMatchmakingDestroyLobby
 Delete a lobby. You can only delete a lobby. More...
 
struct  StovePCMatchmakingUserLeave
 Response to a user leaving the lobby. Called when a user exits the lobby. More...
 
struct  StovePCMatchmakingUpdateLobbyUser
 The updated response value of the lobby user. Called when user information or user data changes in the lobby. More...
 
struct  StovePCMatchmakingUpdateLobbyData
 Response value when the lobby metadata is updated.
More...
 
struct  StovePCMatchmakingRecvLobbyBinarydata
 The binary data response received from the user in the lobby. More...
 
struct  StovePCMatchmakingSendLobbyBinarydata
 The response value when sending a binary to the lobby. More...
 
struct  StovePCMatchmakingRecvLobbyMessage
 The message response received from a user in the lobby. More...
 
struct  StovePCMatchmakingSendLobbyMessage
 The response to a message sent to a user in the lobby. More...
 
struct  StovePCMatchmakingRequestLobbyList
 The response to the lobby search. More...
 
struct  StovePCMatchmakingGetLobbyUserList
 A list of lobby participants. More...
 
struct  StovePCMatchmakingGetBanUserList
 List of lobby banned users. More...
 
struct  StovePCMatchmakingGetMyLobbyList
 My lobbying information request response. More...
 
struct  StovePCMatchmakingSendLobbyInvitation
 Callback when I invite another user to the lobby. More...
 
struct  StovePCMatchmakingRecvLobbyInvitation
 Callback when receiving a lobby invite from another user. More...
 
struct  StovePCMatchmakingSendRejectLobbyInvitation
 Decline the lobby invitation. More...
 
struct  StovePCMatchmakingRecvRejectLobbyInvitation
 Decline the lobby invitation. More...
 
struct  StovePCMatchmakingKickUser
 Expels a specific user from the current lobby. Only authorized users can do this. More...
 
struct  StovePCMatchmakingBanUser
 Kicks a specific user out of the current lobby and restricts access to the vacation lobby. Only authorized users can do this. More...
 
struct  StovePCMatchmakingUnBanUser
 Releases a user you've kicked from the lobby from lobby access restrictions. Only authorized users can do this. More...
 
struct  StovePCMatchmakingSetLobbyOwner
 Transfer the room to a user in the lobby. More...
 
struct  StovePCMatchmakingSetLobbyData
 The response to adding/changing lobby metadata. More...
 
struct  StovePCMatchmakingGetLobbyData
 The response value that verified the lobby metadata. More...
 
struct  StovePCMatchmakingSetLobbyUserdata
 The response to changing my data in the lobby. More...
 
struct  StovePCMatchmakingStartGame
 The response after notifying the matchmaking server to start a lobby game. More...
 
struct  StovePCMatchmakingEndGame
 The response after notifying the matchmaking server that the lobby game is over. More...
 
struct  StovePCMatchmakingGetMyFriendList
 The response to the My Friends information. More...
 
struct  StoveUserStatusChanged
 Receive notifications of a user's presence status. More...
 
struct  StovePCMatchmakingCallback
 A structure that sets the callback that is answered when the API is called. More...
 
struct  StovePCMatchmakingMetadata
 A meta-structure. More...
 

Detailed Description

The response value that is called as a callback function after the API call.