Skip to main content

5 docs tagged with "util"

View all tags

Profanityfilter

Provides profanity filtering functionality by checking input strings against configurable dictionaries using exact and loose matching.

Savedata

Base utility class for loading, saving, and erasing persistent player or world data to disk using TheSim's API.

Sourcemodifierlist

Manages and recalculates numerical or boolean modifiers from multiple external sources, supporting multiple modifiers per source via optional keys.

Textcompleter

Manages text completion and suggestion behavior for console-style input, supporting both Lua code autocompletion and word-suggestion modes.

Wordpredictor

Manages word prediction for text input by scanning dictionaries and returning matching completions based on user-typed prefixes.