249 lines
9.7 KiB
HTML
249 lines
9.7 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<head>
|
|
<title>utils</title>
|
|
<link rel="stylesheet" href="ldoc.css" type="text/css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="product">
|
|
<div id="product_logo"></div>
|
|
<div id="product_name"><big><b></b></big></div>
|
|
<div id="product_description"></div>
|
|
</div> <!-- id="product" -->
|
|
|
|
|
|
<div id="main">
|
|
|
|
|
|
<!-- Menu -->
|
|
|
|
<div id="navigation">
|
|
<br/>
|
|
<h1>utils</h1>
|
|
|
|
|
|
|
|
|
|
<h2>Modules</h2>
|
|
<ul class="$(kind=='Topics' and '' or 'nowrap'">
|
|
<li><a href="modules/stringutil.html">stringutil</a></li>
|
|
<li><a href="modules/random.html">random</a></li>
|
|
<li><a href="modules/noisemanager.html">noisemanager</a></li>
|
|
<li><a href="modules/nodeutil.html">nodeutil</a></li>
|
|
<li><a href="modules/posutil.html">posutil</a></li>
|
|
<li><a href="modules/objectrefutil.html">objectrefutil</a></li>
|
|
<li><a href="modules/nodeboxutil.html">nodeboxutil</a></li>
|
|
<li><a href="modules/mapmanipulator.html">mapmanipulator</a></li>
|
|
<li><a href="modules/fisheryates.html">fisheryates</a></li>
|
|
<li><a href="modules/textureutil.html">textureutil</a></li>
|
|
<li><a href="modules/blockutil.html">blockutil</a></li>
|
|
<li><a href="modules/tango.html">tango</a></li>
|
|
<li><a href="modules/arraymanipulator.html">arraymanipulator</a></li>
|
|
<li><a href="modules/inventoryutil.html">inventoryutil</a></li>
|
|
<li><a href="modules/entityutil.html">entityutil</a></li>
|
|
<li><a href="modules/scheduler.html">scheduler</a></li>
|
|
<li><a href="modules/blockedcache.html">blockedcache</a></li>
|
|
<li><a href="modules/mathutil.html">mathutil</a></li>
|
|
<li><a href="modules/log.html">log</a></li>
|
|
<li><a href="modules/arrayutil.html">arrayutil</a></li>
|
|
<li><a href="modules/directmapmanipulator.html">directmapmanipulator</a></li>
|
|
<li><a href="modules/rotationutil.html">rotationutil</a></li>
|
|
<li><a href="modules/settings.html">settings</a></li>
|
|
<li><a href="modules/pathutil.html">pathutil</a></li>
|
|
<li><a href="modules/wallmountedutil.html">wallmountedutil</a></li>
|
|
<li><a href="modules/interpolate.html">interpolate</a></li>
|
|
<li><a href="modules/transform.html">transform</a></li>
|
|
<li><a href="modules/numberutil.html">numberutil</a></li>
|
|
<li><a href="modules/test.html">test</a></li>
|
|
<li><a href="modules/facedirutil.html">facedirutil</a></li>
|
|
<li><a href="modules/constants.html">constants</a></li>
|
|
<li><a href="modules/minetestex.html">minetestex</a></li>
|
|
<li><a href="modules/list.html">list</a></li>
|
|
<li><a href="modules/stopwatch.html">stopwatch</a></li>
|
|
<li><a href="modules/itemutil.html">itemutil</a></li>
|
|
<li><a href="modules/color.html">color</a></li>
|
|
<li><a href="modules/tableutil.html">tableutil</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
|
|
|
|
<h2>Modules</h2>
|
|
<table class="module_list">
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/stringutil.html">stringutil</a></td>
|
|
<td class="summary">Various utility functions for working with strings.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/random.html">random</a></td>
|
|
<td class="summary">Random is a static utility that provides fast and easy access to
|
|
random numbers.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/noisemanager.html">noisemanager</a></td>
|
|
<td class="summary">The NoiseManager manages seeds and creates PRNG of various kinds, always
|
|
with a new, unique seed.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/nodeutil.html">nodeutil</a></td>
|
|
<td class="summary">Various functions related to nodes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/posutil.html">posutil</a></td>
|
|
<td class="summary">Various functions for working with positions.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/objectrefutil.html">objectrefutil</a></td>
|
|
<td class="summary">Provides various utility methods for manipulating ObjectRefs.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/nodeboxutil.html">nodeboxutil</a></td>
|
|
<td class="summary">Various functions related to nodeboxes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/mapmanipulator.html">mapmanipulator</a></td>
|
|
<td class="summary">The MapManipulator is a thin wrapper around the VoxelManip object
|
|
provided by minetest.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/fisheryates.html">fisheryates</a></td>
|
|
<td class="summary">An implementation of the Fisher-Yates algorithm, which allows to access
|
|
an array in a random or pseudo-random order.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/textureutil.html">textureutil</a></td>
|
|
<td class="summary">Util for various functions regarding textures.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/blockutil.html">blockutil</a></td>
|
|
<td class="summary">Various functions related to blocks/chunks.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/tango.html">tango</a></td>
|
|
<td class="summary">The tango color scheme.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/arraymanipulator.html">arraymanipulator</a></td>
|
|
<td class="summary">The ArrayManipulator is similiar to the MapManipulator, except that it
|
|
does not use the VoxelManip object, but has an internal array which contains
|
|
all set values.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/inventoryutil.html">inventoryutil</a></td>
|
|
<td class="summary">A util for working with inventories.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/entityutil.html">entityutil</a></td>
|
|
<td class="summary">Provides various utility methods for manipulating entities.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/scheduler.html">scheduler</a></td>
|
|
<td class="summary">The Scheduler allows you to easily schedule functions for execution.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/blockedcache.html">blockedcache</a></td>
|
|
<td class="summary">A simple cache for caching values based on x and z coordinates.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/mathutil.html">mathutil</a></td>
|
|
<td class="summary">Various mathematical functions.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/log.html">log</a></td>
|
|
<td class="summary">A simple utility for logging purposes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/arrayutil.html">arrayutil</a></td>
|
|
<td class="summary">Various utility functions for working with arrays.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/directmapmanipulator.html">directmapmanipulator</a></td>
|
|
<td class="summary">The DirectMapManipulator is similiar to the MapManipulator, except that it
|
|
does not use the VoxelManip object, but the Minetest get_node/set_node
|
|
functions.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/rotationutil.html">rotationutil</a></td>
|
|
<td class="summary">Various functions for rotating nodes.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/settings.html">settings</a></td>
|
|
<td class="summary">Encapsulates the settings API of minetest and extends it with further
|
|
functions.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/pathutil.html">pathutil</a></td>
|
|
<td class="summary">Various utility functions for working with paths.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/wallmountedutil.html">wallmountedutil</a></td>
|
|
<td class="summary">Various functions and constants for working with the wallmounted
|
|
value.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/interpolate.html">interpolate</a></td>
|
|
<td class="summary">Various mathematical functions for interpolating values.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/transform.html">transform</a></td>
|
|
<td class="summary">Various mathematical functions for transforming values.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/numberutil.html">numberutil</a></td>
|
|
<td class="summary">Various functions for working with numbers.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/test.html">test</a></td>
|
|
<td class="summary">A simple utility for testing values and running unit tests.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/facedirutil.html">facedirutil</a></td>
|
|
<td class="summary">Various functions and constants for working with the facedir value.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/constants.html">constants</a></td>
|
|
<td class="summary">Various constants.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/minetestex.html">minetestex</a></td>
|
|
<td class="summary">Provides various extensions to the builtin functions.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/list.html">list</a></td>
|
|
<td class="summary">A simple list that keeps the order in which the items are added to it.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/stopwatch.html">stopwatch</a></td>
|
|
<td class="summary">Allows to easily time blocks of code.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/itemutil.html">itemutil</a></td>
|
|
<td class="summary">Provides various utility functions for working with items.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/color.html">color</a></td>
|
|
<td class="summary">A simple container for a color and its hex string representation.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/tableutil.html">tableutil</a></td>
|
|
<td class="summary">Various utility functions for working with tables.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div> <!-- id="content" -->
|
|
</div> <!-- id="main" -->
|
|
<div id="about">
|
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.2</a></i>
|
|
</div> <!-- id="about" -->
|
|
</div> <!-- id="container" -->
|
|
</body>
|
|
</html>
|