Search Results for

    Show / Hide Table of Contents

    Class SteamTextFilter

    Base for filtering chat messages.

    Inheritance
    System.Object
    SteamFilter
    SteamTextFilter
    SteamFriendsTextFilter
    SteamPrefixTextFilter
    SteamWordsTextFilter
    Inherited Members
    SteamFilter.Order
    SteamFilter.CompareTo(SteamFilter)
    Namespace: KaijuSolutions.SteamMultiplayerEngine
    Syntax
    public abstract class SteamTextFilter : SteamFilter

    Methods

    Changed()

    Called when the sorting order of this has changed.

    Declaration
    protected sealed override void Changed()
    Overrides
    SteamFilter.Changed()

    Filter(ref String, UInt64)

    Filter logic.

    Declaration
    public abstract void Filter(ref string chat, ulong id)
    Parameters
    Type Name Description
    System.String chat

    The chat message to apply the filter to. Must not set to NULL.

    System.UInt64 id

    The ID of the player that the message is from.

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