Enum SteamSearchType
How to handle a search value.
EqualToOrLessThan - Equal to or less than the given value.
LessThan - Less than the given value.
Equal - Equal to the given value.
GreaterThan - Greater than the given value.
EqualToOrGreaterThan - Equal to or greater than the given value.
NotEqual - Not equal to the given value.
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public enum SteamSearchType
Fields
| Name | Description |
|---|---|
| Equal | Equal to the given value. |
| EqualToOrGreaterThan | Equal to or greater than the given value. |
| EqualToOrLessThan | Equal to or less than the given value. |
| GreaterThan | Greater than the given value. |
| LessThan | Less than the given value. |
| NotEqual | Not equal to the given value. |