Skip to content

Filtering bad words in your game. A script for Godot Engine.

License

Notifications You must be signed in to change notification settings

rockgem/bad-words-filter

Repository files navigation

Filtering bad words for your game.

Can be useful for:

  • Filtering bad words before that goes into leaderboard usernames.

functions:

is_word_ok(word) -> returns a bool (false if the word contains bad word, true if it is safe)

Once the plugin is activated:

  • calling BadWordsFilter.is_word_ok(word) will return a boolean.

About

Filtering bad words in your game. A script for Godot Engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published