Altered expcore to have different module names

This commit is contained in:
Cooldude2606
2019-05-29 22:31:23 +01:00
parent 801f942d29
commit a4543b44fe
60 changed files with 492 additions and 373 deletions

View File

@@ -48,8 +48,8 @@
<li><a href="modules/config.spawn_area.html">config.spawn_area</a></li>
<li><a href="modules/config.warnings.html">config.warnings</a></li>
<li><a href="modules/control.html">control</a></li>
<li><a href="modules/Commands.html">Commands</a></li>
<li><a href="modules/Common.html">Common</a></li>
<li><a href="modules/expcore.commands.html">expcore.commands</a></li>
<li><a href="modules/expcore.common.html">expcore.common</a></li>
<li><a href="modules/expcore.gui.html">expcore.gui</a></li>
<li><a href="modules/expcore.gui.buttons.html">expcore.gui.buttons</a></li>
<li><a href="modules/expcore.gui.center.html">expcore.gui.center</a></li>
@@ -65,8 +65,8 @@
<li><a href="modules/expcore.gui.test.html">expcore.gui.test</a></li>
<li><a href="modules/expcore.gui.text.html">expcore.gui.text</a></li>
<li><a href="modules/expcore.gui.toolbar.html">expcore.gui.toolbar</a></li>
<li><a href="modules/Permissions_Groups.html">Permissions_Groups</a></li>
<li><a href="modules/Commands.html">Commands</a></li>
<li><a href="modules/expcore.permission_groups.html">expcore.permission_groups</a></li>
<li><a href="modules/expcore.roles.html">expcore.roles</a></li>
<li><a href="modules/expcore.store.html">expcore.store</a></li>
<li><a href="modules/modules.addons.advanced-start.html">modules.addons.advanced-start</a></li>
<li><a href="modules/modules.addons.chat-popups.html">modules.addons.chat-popups</a></li>
@@ -187,11 +187,11 @@
this file is the landing point for all scenarios please DO NOT edit directly, further comments are to aid development</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/Commands.html">Commands</a></td>
<td class="name" nowrap><a href="modules/expcore.commands.html">expcore.commands</a></td>
<td class="summary">Factorio command making module that makes commands with better parse and more modularity</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/Common.html">Common</a></td>
<td class="name" nowrap><a href="modules/expcore.common.html">expcore.common</a></td>
<td class="summary">Adds some commonly used functions used in many modules</td>
</tr>
<tr>
@@ -273,11 +273,11 @@
[[</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/Permissions_Groups.html">Permissions_Groups</a></td>
<td class="name" nowrap><a href="modules/expcore.permission_groups.html">expcore.permission_groups</a></td>
<td class="summary">Permission group making for factorio so you never have to make one by hand again</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/Commands.html">Commands</a></td>
<td class="name" nowrap><a href="modules/expcore.roles.html">expcore.roles</a></td>
<td class="summary">Factorio role system to manage custom permissions</td>
</tr>
<tr>
@@ -369,7 +369,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2019-05-29 22:26:12 </i>
<i style="float:right;">Last updated 2019-05-29 22:30:49 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>