GetLobbyListCallback

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

appID

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.

Constructors

Link copied to clipboard
constructor(jobID: JobID, appID: Int, result: EResult, lobbies: List<Lobby>)

Properties

Link copied to clipboard
val appID: Int
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.

Link copied to clipboard
Link copied to clipboard
val result: EResult