1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-06-28 14:26:18 +02:00
This commit is contained in:
BuckarooBanzay
2023-10-29 18:09:22 +00:00
parent 16f8270c8d
commit 746a429324
9 changed files with 506 additions and 546 deletions

View File

@ -104,10 +104,6 @@
<td class="summary">Initialization delay.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#armor_init_times">armor_init_times</a></td>
<td class="summary">Initialization attempts.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#armor_bones_delay">armor_bones_delay</a></td>
<td class="summary">Delay for bones.</td>
</tr>
@ -506,42 +502,6 @@
</dd>
<dt>
<a name = "armor_init_times"></a>
<strong>armor_init_times</strong>
</dt>
<dd>
<p>Initialization attempts. </p>
<p> Number of initialization attempts.
Use in conjunction with armor<em>init</em>delay if initialization problems persist.</p>
<p><strong>Definition:</strong></p>
<ul>
<li><span style="font-size:80%;"><code>type:</code></span> <code>int</code></li>
<li><span style="font-size:80%;"><code>default:</code></span> <code>10</code></li>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</dd>
<dt>
<a name = "armor_bones_delay"></a>
@ -770,7 +730,7 @@
<p><strong>Definition:</strong></p>
<ul>
<li><span style="font-size:80%;"><code>type:</code></span> <a href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></li>
<li><span style="font-size:80%;"><code>type:</code></span> <a href="https://www.lua.org/manual/5.4/manual.html#6.4">string</a></li>
<li><span style="font-size:80%;"><code>default:</code></span> <code>head</code></li>
</ul>
@ -1144,8 +1104,8 @@
</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 2023-04-20 05:36:49 </i>
<i>generated by <a href="https://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
<i style="float:right;">Last updated 2023-10-29 18:09:21 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>