Advanced Steam Sessions Plugin > Advanced Steam Friends Library > Filter Text

Filter Text

Attempts to filter a string with the given filtering context
Returns true if the text has been filtered, false if it hasn't (no filtering required or operation failed)
If false it will still output the original text
Textsource is the steam id that is the source of the text (player name / chat)
Requires that InitTextFiltering be called first!!

Inputs

In
Exec

Text to Filter
String

Context
EBPTextFilteringContext Enum

Text Source ID
BPUnique Net Id Structure

Outputs

Out
Exec

Filtered Text
String

Return Value
Boolean

Attempts to filter a string with the given filtering context
Returns true if the text has been filtered, false if it hasn't (no filtering required or operation failed)
If false it will still output the original text
Textsource is the steam id that is the source of the text (player name / chat)
Requires that InitTextFiltering be called first!!