SteamMatchmakingPlayersResponse

Swift
public protocol SteamMatchmakingPlayersResponse

Steamworks ISteamMatchmakingPlayersResponse


Topics

func addPlayerToList(name: String, score: Int, timePlayed: Float)

Got data on a new player on the server

Declaration
Swift
func addPlayerToList(name: String, score: Int, timePlayed: Float)

func playersFailedToRespond()

The server failed to respond to the request for player details

Declaration
Swift
func playersFailedToRespond()

func playersRefreshComplete()

The server has finished responding to the player details request

Declaration
Swift
func playersRefreshComplete()