getServersForSteamPipe

fun getServersForSteamPipe(cellId: Int? = null, maxNumServers: Int? = null, parentScope: CoroutineScope): Deferred<List<Server>>

Load a list of servers from the Content Server Directory Service. This is an alternative to ContentServerDirectoryService.loadAsync (does not exist in JS atm).

Return

A List of Servers.

Parameters

cellId

Preferred steam cell id

maxNumServers

Max number of servers to return.