SteamMatchmakingServerListResponse

Swift
public protocol SteamMatchmakingServerListResponse

Steamworks ISteamMatchmakingServerListResponse


Topics

func serverResponded(request: HServerListRequest, iServer: Int)

Server has responded ok with updated data

Declaration
Swift
func serverResponded(request: HServerListRequest, iServer: Int)

func serverFailedToRespond(request: HServerListRequest, iServer: Int)

Server has failed to respond

Declaration
Swift
func serverFailedToRespond(request: HServerListRequest, iServer: Int)

func refreshComplete(request: HServerListRequest, response: MatchMakingServerResponse)

A list refresh you had initiated is now 100% completed

Declaration
Swift
func refreshComplete(
    request: HServerListRequest, response: MatchMakingServerResponse)