Enum SteamSearchKey
Get the data type a search parameter key is for.
None - Not set as a key.
String - The key is for string data.
Number - The key is for numeric data.
Near - The key is for near data.
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public enum SteamSearchKey : byte
Fields
Name | Description |
---|---|
Near | The key is for near data. |
None | Not set as a key. |
Number | The key is for numeric data. |
String | The key is for string data. |