Search Results for

    Show / Hide Table of Contents

    Delegate KaijuStats.CurrentUserStatsReceivedHandler

    Delegate for getting the stats of a given user.

    Namespace: KaijuSolutions.MultiplayerEngine
    Syntax
    public delegate void CurrentUserStatsReceivedHandler(bool success, ulong game);
    Parameters
    Type Name Description
    System.Boolean success

    If the stats were retrieved successfully. Will also be false if the user simply has no stats to retrieve.

    System.UInt64 game

    The game these stats are for.

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