Class SteamTextFilter
Base for filtering chat messages.
Inheritance
System.Object
SteamTextFilter
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
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. |