mod-pbmarks/docs/modules/settings.lua.html

142 lines
2.6 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>Personal Bookmarks</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>pbmarks <span style="font-size:12pt;">(v1.2)</span></h1>
<ul>
<li><a href="../api.html">Index</a></li>
</ul>
<h2>Contents</h2>
<ul>
<li><a href="#Settings">Settings</a></li>
</ul>
<h2>Modules</h2>
<ul class="nowrap">
<li><strong>settings.lua</strong></li>
<li><a href="../modules/api.lua.html">api.lua</a></li>
<li><a href="../modules/formspec.lua.html">formspec.lua</a></li>
<li><a href="../modules/chat.lua.html">chat.lua</a></li>
</ul>
</div>
<div id="content">
<h1>Module <code>settings.lua</code></h1>
<p>Personal Bookmarks Settings</p>
<p>
</p>
<h2><a href="#Settings">Settings</a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#pbmarks.max">pbmarks.max</a></td>
<td class="summary">Number of allowed bookmarks.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#pbmarks.disallow_protected">pbmarks.disallow_protected</a></td>
<td class="summary">Don't allow bookmarks to be set in areas not accessible to player.</td>
</tr>
</table>
<br/>
<br/>
<h2 class="section-header "><a name="Settings"></a>Settings</h2>
<dl class="function">
<dt>
<a name = "pbmarks.max"></a>
<strong>pbmarks.max</strong>
</dt>
<dd>
<p>Number of allowed bookmarks. </p>
<ul>
<li>min: 1</li>
<li>max: 5</li>
</ul>
<h3>Type:</h3>
<ul>
int
</ul>
<h3>Default value:</h3>
<ul>
5
</ul>
</dd>
<dt>
<a name = "pbmarks.disallow_protected"></a>
<strong>pbmarks.disallow_protected</strong>
</dt>
<dd>
Don't allow bookmarks to be set in areas not accessible to player.
<h3>Type:</h3>
<ul>
bool
</ul>
<h3>Default value:</h3>
<ul>
true
</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-18 08:18:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>