Equipslotutil
Provides utilities for mapping equip slot names to IDs and vice versa during networked gameplay.
Provides utilities for mapping equip slot names to IDs and vice versa during networked gameplay.
Provides a lightweight event system for managing and dispatching callbacks to registered handlers.
Provides utility functions for checking and erasing persistent string files, commonly used for save data or configuration cleanup.
Provides JSON encoding and decoding functionality for serializing and deserializing Lua data structures to and from JSON strings.
Provides profanity filtering functionality by checking input strings against configurable dictionaries using exact and loose matching.
Provides utilities for calculating regrowth search radii based on world topology and entity density.
Base utility class for loading, saving, and erasing persistent player or world data to disk using TheSim's API.
Provides utility functions for validating and matching skin trade recipes based on selected items and restrictions.
Provides utility functions for generating and formatting Lua stack traces for debugging purposes.
Manages text completion and suggestion behavior for console-style input, supporting both Lua code autocompletion and word-suggestion modes.
Manages word prediction for text input by scanning dictionaries and returning matching completions based on user-typed prefixes.