Emoji
Provides a dictionary of allowed emoji items for the local user's chat word prediction system.
Hitbox
Defines a configurable hitbox representation using circles and triangles, supporting world-space transformations and collision tests against points, lines, circles, triangles, and other hitboxes.
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
A utility class that manages and calculates modifiers applied by multiple external sources with optional key-based tracking.
Textcompleter
Manages text completion and suggestion behavior for console-style input, supporting both Lua code autocompletion and word-suggestion modes.
Weighted List
Implements a weighted random selection data structure for choosing items based on assigned weights.
Wordpredictor
Manages word prediction for text input by scanning dictionaries and returning matching completions based on user-typed prefixes.