mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 21:01:23 +00:00
125 lines
2.5 KiB
HTML
125 lines
2.5 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>Cleaner mod for Minetest</title>
|
|
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
|
|
<link rel="icon" href="https://www.minetest.net/media/icon.svg" type="image/png" />
|
|
</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>Cleaner <span style="font-size:12pt;">(v1.3-dev)</span></h1>
|
|
|
|
<img src="../data/cleaner_pencil.png" />
|
|
|
|
<ul>
|
|
<li><a href="../index.html">Index</a></li>
|
|
</ul>
|
|
|
|
<h2>Contents</h2>
|
|
<ul>
|
|
<li><a href="#Settings">Settings</a></li>
|
|
</ul>
|
|
|
|
|
|
<h2>Topics</h2>
|
|
<ul class="">
|
|
<li><strong>settings</strong></li>
|
|
<li><a href="../topics/api.html">api</a></li>
|
|
<li><a href="../topics/commands.html">commands</a></li>
|
|
<li><a href="../topics/tools.html">tools</a></li>
|
|
<li><a href="../topics/config.html">config</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
<h1>Topic <code>settings</code></h1>
|
|
<p>Cleaner Settings</p>
|
|
<p>
|
|
|
|
</p>
|
|
|
|
|
|
<h2><a href="#Settings">Settings</a></h2>
|
|
<table class="function_list">
|
|
<tr>
|
|
<td class="name" nowrap><a href="#cleaner.unsafe">cleaner.unsafe</a></td>
|
|
<td class="summary">Enables unsafe methods & chat commands.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
|
|
<h2 class="section-header "><a name="Settings"></a>Settings</h2>
|
|
|
|
<dl class="function">
|
|
<dt>
|
|
<a name = "cleaner.unsafe"></a>
|
|
<strong>cleaner.unsafe</strong>
|
|
</dt>
|
|
<dd>
|
|
|
|
<p>Enables unsafe methods & chat commands. </p>
|
|
|
|
<ul>
|
|
<li><code>cleaner.remove_ore</code></li>
|
|
<li><code>/remove_ores</code></li>
|
|
</ul>
|
|
|
|
|
|
<p><strong>Definition:</strong></p>
|
|
|
|
<ul>
|
|
<li><span style="font-size:80%;"><code>type:</code></span> <code>bool</code></li>
|
|
<li><span style="font-size:80%;"><code>default:</code></span> <code>false</code></li>
|
|
</ul>
|
|
|
|
|
|
</ul>
|
|
</ul>
|
|
</ul>
|
|
</ul>
|
|
</ul>
|
|
</ul>
|
|
</ul>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
</div> <!-- id="content" -->
|
|
</div> <!-- id="main" -->
|
|
<div id="about">
|
|
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
|
<i style="float:right;">Last updated 2021-08-16 09:32:17 </i>
|
|
</div> <!-- id="about" -->
|
|
</div> <!-- id="container" -->
|
|
</body>
|
|
</html>
|