Automattic Doc Update

This commit is contained in:
Cooldude2606
2020-05-26 18:12:20 +00:00
parent ca6de1365d
commit 933f32e5e3
97 changed files with 3665 additions and 95 deletions

View File

@@ -58,6 +58,11 @@
<td class="name"><a href="core/Common.html">Common</a></td>
<td class="summary"><span>Core Module - Common
- Adds some commonly used functions used in many modules</span></td>
</tr>
<tr>
<td class="name"><a href="core/Datastore.html">Datastore</a></td>
<td class="summary"><span>Core Module - Datastore
- A module used to store data in the global table with the option to have it sync to an external source.</span></td>
</tr>
<tr>
<td class="name"><a href="core/Gui.html">Gui</a></td>
@@ -68,6 +73,11 @@
<td class="name"><a href="core/Groups.html">Groups</a></td>
<td class="summary"><span>Core Module - Permission Groups
- Permission group making for factorio so you never have to make one by hand again</span></td>
</tr>
<tr>
<td class="name"><a href="core/PlayerData.html">PlayerData</a></td>
<td class="summary"><span>Core Module - PlayerData
- A module used to store player data in a central datastore to minimize data requests and saves.</span></td>
</tr>
<tr>
<td class="name"><a href="core/Roles.html">Roles</a></td>
@@ -524,7 +534,7 @@ Events.set_event_filter(defines.events.on_built_entity, {{filter = "name", name
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2020-05-26 17:59:21 UTC</i>
<i>Last updated 2020-05-26 18:12:18 UTC</i>
</div>
</div>
</div>