Get Lobby List Callback
class GetLobbyListCallback(jobID: JobID, val appID: Int, val result: EResult, val lobbies: List<Lobby>) : CallbackMsg
This callback is fired in response to SteamMatchmaking.getLobbyList
Author
Lossy
Since
2025-05-21
Parameters
app ID
ID of the app the lobbies belongs to.
result
The result of the request.
lobbies
The list of lobbies matching the criteria specified with SteamMatchmaking.getLobbyList.
Properties
Link copied to clipboard
Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.