Steam Content
This handler is used for interacting with content server directory on the Steam network.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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).
Link copied to clipboard
Handles a client message. This should not be called directly.
Link copied to clipboard