Class KaijuTextFilter
Base for filtering chat messages.
Inheritance
System.Object
KaijuTextFilter
Namespace: KaijuSolutions.MultiplayerEngine
Syntax
public abstract class KaijuTextFilter : KaijuFilter
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. |