get Servers For Steam Pipe
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
Parameters
cell Id
Preferred steam cell id
max Num Servers
Max number of servers to return.