Search Results for

    Show / Hide Table of Contents

    Delegate SteamManager.ChatEventHandler

    Delegate for chat events.

    Namespace: KaijuSolutions.SteamMultiplayerEngine
    Syntax
    public delegate void ChatEventHandler(ulong id, string message);
    Parameters
    Type Name Description
    System.UInt64 id

    The ID of the user who sent the chat.

    System.String message

    The chat message.

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