SteamMatchmakingServerListResponse
Swift
public protocol SteamMatchmakingServerListResponse: Sendable
Steamworks ISteamMatchmakingServerListResponse
Topics
func serverResponded(request: HServerListRequest, iServer: Int)
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)
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)
func refreshComplete(request: HServerListRequest, response: MatchMakingServerResponse)
A list refresh you had initiated is now 100% completed
Declaration
Swift
func refreshComplete(
request: HServerListRequest, response: MatchMakingServerResponse)