Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
Steamworks.MatchMakingKeyValuePair_t Struct Reference

Public Member Functions

 MatchMakingKeyValuePair_t (string strKey, string strValue)
 

Public Attributes

string m_szKey
 
string m_szValue
 

Detailed Description

Store key/value pair used in matchmaking queries.

Actually, the name Key/Value is a bit misleading. The "key" is better understood as "filter operation code" and the "value" is the operand to this filter operation. The meaning of the operand depends upon the filter.

Constructor & Destructor Documentation

Steamworks.MatchMakingKeyValuePair_t.MatchMakingKeyValuePair_t ( string  strKey,
string  strValue 
)
inline

Member Data Documentation

string Steamworks.MatchMakingKeyValuePair_t.m_szKey
string Steamworks.MatchMakingKeyValuePair_t.m_szValue

The documentation for this struct was generated from the following file: