getLobby

fun getLobby(appId: Int, lobbySteamId: SteamID): Lobby?

Obtains a Lobby by its SteamID, if the data is cached locally. This method does not send a network request.

Return

The Lobby corresponding with the specified app and lobby ID, if cached. Otherwise, null.

Parameters

appId

The ID of app which we're attempting to obtain a lobby for.

lobbySteamId

The SteamID of the lobby that should be returned.