📄️ 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
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.
📄️ 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.