Search Results for

    Show / Hide Table of Contents

    Delegate SteamManager.LobbiesEventHandler

    Delegate for the lobby searching event.

    Namespace: KaijuSolutions.SteamMultiplayerEngine
    Syntax
    public delegate void LobbiesEventHandler(List<ulong> friends, List<ulong> general);
    Parameters
    Type Name Description
    List<System.UInt64> friends

    Friends lobbies that were returned.

    List<System.UInt64> general

    Public lobbies that were returned.

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