Skip to main content

11 docs tagged with "util"

View all tags

Equipslotutil

Provides utilities for mapping equip slot names to IDs and vice versa during networked gameplay.

Events

Provides a lightweight event system for managing and dispatching callbacks to registered handlers.

Fileutil

Provides utility functions for checking and erasing persistent string files, commonly used for save data or configuration cleanup.

Json

Provides JSON encoding and decoding functionality for serializing and deserializing Lua data structures to and from JSON strings.

Profanityfilter

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

Regrowthutil

Provides utilities for calculating regrowth search radii based on world topology and entity density.

Savedata

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

Skinstradeutils

Provides utility functions for validating and matching skin trade recipes based on selected items and restrictions.

Stacktrace

Provides utility functions for generating and formatting Lua stack traces for debugging purposes.

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.