Modules

stringutil Various utility functions for working with strings.
noisemanager The NoiseManager manages seeds and creates PRNG of various kinds, always with a new, unique seed.
mapmanipulator The MapManipulator is a thin wrapper around the VoxelManip object provided by minetest.
fisheryates An implementation of the Fisher-Yates algorithm, which allows to access an array in a random or pseudo-random order.
textureutil Util for various functions regarding textures.
blockutil Various functions related to blocks/chunks.
tango The tango color scheme.
inventoryutil A util for working with inventories.
scheduler The Scheduler allows you to easily schedule functions for execution.
blockedcache A simple cache for caching values based on x and z coordinates.
mathutil Various mathematical functions.
log A simple utility for logging purposes.
arrayutil Various utility functions for working with arrays.
directmapmanipulator The DirectMapManipulator is similiar to the MapManipulator, except that it does not use the VoxelManip object, but the Minetest get_node/set_node functions.
rotationutil Various functions for rotating nodes.
pathutil Various utility functions for working with paths.
interpolate Various mathematical functions for interpolating values.
transform Various mathematical functions for transforming values.
test A simple utility for testing values and running unit tests.
constants Various constants.
list A simple list that keeps the order in which the items are added to it.
stopwatch Allows to easily time blocks of code.
color A simple container for a color and its hex string representation.
tableutil Various utility functions for working with tables.
generated by LDoc 1.4.2