SteamMatchmakingRulesResponse

Swift
public protocol SteamMatchmakingRulesResponse

Steamworks ISteamMatchmakingRulesResponse


Topics

func rulesResponded(rule: String, value: String)

One of these per rule defined on the server you are querying

Declaration
Swift
func rulesResponded(rule: String, value: String)

func rulesFailedToRespond()

The server failed to respond to the request for rule details

Declaration
Swift
func rulesFailedToRespond()

func rulesRefreshComplete()

The server has finished responding to the rule details request

Declaration
Swift
func rulesRefreshComplete()