M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
|
Public Types | |
enum | ProfanityChechkerType |
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 | ) |