Search Results for

    Show / Hide Table of Contents

    Class SteamFriendsTextFilter

    Simple text filter that blocks all messages that are not from friends and ourselves.

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

    Methods

    Filter(ref String, UInt64)

    Filter logic.

    Declaration
    public override 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.

    Overrides
    SteamTextFilter.Filter(ref String, UInt64)
    In This Article
    Back to top © 2025 Kaiju Solutions Inc.