SBCompareMode
Comparision types for the ServerBrowserSort function.
- typedef enum
- {
- sbcm_int,
- sbcm_float,
- sbcm_strcase,
- sbcm_stricase
- } SBCompareMode;
Constants
- sbcm_int
- Assume the values are int, and do an integer compare.
- sbcm_float
- Assume the values are float, and do a float compare.
- sbcm_strcase
- Assume the values are strings, and do a case-sensitive compare.
- sbcm_stricase
- Assume the values are strings, and do a case-insensitive compare.
Section Reference: Gamespy Server Browsing SDK
See Also: ServerBrowserSort