Added Module: FactorioStdLib

This commit is contained in:
Cooldude2606
2018-05-29 22:00:25 +01:00
parent 0ec7bb919e
commit 3939b13759
31 changed files with 1013 additions and 533 deletions

View File

@@ -42,8 +42,8 @@
<li><a href="modules/expcore.server.html">expcore.server</a></li>
<li><a href="modules/expcore.sync.html">expcore.sync</a></li>
<li><a href="modules/FSM.html">FSM</a></li>
<li><a href="modules/modules.expgaminglib.control.html">modules.expgaminglib.control</a></li>
<li><a href="modules/defines.color.html">defines.color</a></li>
<li><a href="modules/ExpGamingLib.html">ExpGamingLib</a></li>
<li><a href="modules/Color.html">Color</a></li>
<li><a href="modules/Game.html">Game</a></li>
<li><a href="modules/string.html">string</a></li>
<li><a href="modules/table.html">table</a></li>
@@ -108,11 +108,11 @@
<td class="summary">Factorio Softmod Manager</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/modules.expgaminglib.control.html">modules.expgaminglib.control</a></td>
<td class="summary">Loads a table into _G even when sandboxed; will not overwrite values or append to tables; will not work during runtime to avoid desyncs</td>
<td class="name" nowrap><a href="modules/ExpGamingLib.html">ExpGamingLib</a></td>
<td class="summary">Adds some common functions used though out all ExpGaming modules</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/defines.color.html">defines.color</a></td>
<td class="name" nowrap><a href="modules/Color.html">Color</a></td>
<td class="summary">A defines module for retrieving colors by name.</td>
</tr>
<tr>
@@ -148,7 +148,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2018-05-29 20:15:05 </i>
<i style="float:right;">Last updated 2018-05-29 20:54:20 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>