M&B: Bannerlord 1.2.12
The horns sound, the ravens gather.
|
Public Types | |
enum | ProfanityChechkerType { FalsePositive , FalseNegative } |
Public Member Functions | |
ProfanityChecker (string[] profanityList, string[] allowList) | |
bool | IsProfane (string word) |
bool | ContainsProfanity (string text, ProfanityChechkerType checkType) |
string | CensorText (string text) |
TaleWorlds.Library.ProfanityChecker.ProfanityChecker | ( | string[] | profanityList, |
string[] | allowList ) |
bool TaleWorlds.Library.ProfanityChecker.IsProfane | ( | string | word | ) |
bool TaleWorlds.Library.ProfanityChecker.ContainsProfanity | ( | string | text, |
ProfanityChechkerType | checkType ) |
string TaleWorlds.Library.ProfanityChecker.CensorText | ( | string | text | ) |