Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top © 2025 Kaiju Solutions Inc.