Automatic Doc Update

This commit is contained in:
Cooldude2606
2020-06-06 01:02:46 +00:00
parent a5aa060d11
commit 2709cc9a7d
98 changed files with 281 additions and 108 deletions

View File

@@ -1221,7 +1221,7 @@
<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-06-05 14:11:31 UTC</i>
<i>Last updated 2020-06-06 01:02:44 UTC</i>
</div>
</div>
</div>

View File

@@ -1342,7 +1342,7 @@
<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-06-05 14:11:31 UTC</i>
<i>Last updated 2020-06-06 01:02:44 UTC</i>
</div>
</div>
</div>

View File

@@ -1123,7 +1123,7 @@
<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-06-05 14:11:31 UTC</i>
<i>Last updated 2020-06-06 01:02:44 UTC</i>
</div>
</div>
</div>

View File

@@ -997,7 +997,7 @@
<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-06-05 14:11:31 UTC</i>
<i>Last updated 2020-06-06 01:02:44 UTC</i>
</div>
</div>
</div>

View File

@@ -983,7 +983,7 @@ Tasks.update_task(task_id, <span class="string">'We need more iron!'</span>, gam
<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-06-05 14:11:31 UTC</i>
<i>Last updated 2020-06-06 01:02:44 UTC</i>
</div>
</div>
</div>

View File

@@ -287,6 +287,9 @@
<tr>
<td class="name"><a href="#config.warnings">config.warnings</a></td>
</tr>
<tr>
<td class="name"><a href="#expcore.player_data">expcore.player_data</a></td>
</tr>
</tbody>
</table>
<table class="section-content-list">
@@ -309,7 +312,7 @@
</tr>
<tr>
<td class="name"><a href="#on_script_warning_removed">on_script_warning_removed</a></td>
<td class="summary">When a warning is remnoved from a player, by the script</td>
<td class="summary">When a warning is removed from a player, by the script</td>
</tr>
</tbody>
</table>
@@ -321,7 +324,7 @@
<tbody>
<tr>
<td class="name"><a href="#get_warnings">get_warnings(player)</a></td>
<td class="summary">Gets an array of warnings that the player has, always returns a list even if emtpy</td>
<td class="summary">Gets an array of warnings that the player has, always returns a list even if empty</td>
</tr>
<tr>
<td class="name"><a href="#count_warnings">count_warnings(player)</a></td>
@@ -333,7 +336,7 @@
</tr>
<tr>
<td class="name"><a href="#remove_warning">remove_warning(player, by_player_name)</a></td>
<td class="summary">Removes a warning from a player, always removes the earlyist warning, fifo</td>
<td class="summary">Removes a warning from a player, always removes the earliest warning, fifo</td>
</tr>
<tr>
<td class="name"><a href="#clear_warnings">clear_warnings(player, by_player_name)</a></td>
@@ -461,6 +464,31 @@
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#expcore.player_data" class="fragment-hashtag">#</a>
<span class="section-item-title" id="expcore.player_data">expcore.player_data</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
@@ -759,7 +787,7 @@
<dd>
<div class="section-item-body">
<p class="section-item-summary">When a warning is remnoved from a player, by the script</p>
<p class="section-item-summary">When a warning is removed from a player, by the script</p>
<p class="section-item-description"></p>
<!-- parameters start -->
@@ -828,7 +856,7 @@
<dd>
<div class="section-item-body">
<p class="section-item-summary">Gets an array of warnings that the player has, always returns a list even if emtpy</p>
<p class="section-item-summary">Gets an array of warnings that the player has, always returns a list even if empty</p>
<p class="section-item-description"></p>
<!-- parameters start -->
@@ -1032,7 +1060,7 @@
<dd>
<div class="section-item-body">
<p class="section-item-summary">Removes a warning from a player, always removes the earlyist warning, fifo</p>
<p class="section-item-summary">Removes a warning from a player, always removes the earliest warning, fifo</p>
<p class="section-item-description"></p>
<!-- parameters start -->
@@ -1478,7 +1506,7 @@
<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-06-05 14:11:31 UTC</i>
<i>Last updated 2020-06-06 01:02:44 UTC</i>
</div>
</div>
</div>

View File

@@ -1520,7 +1520,7 @@ Warps.make_warp_tag(warp_id)</code></pre>
<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-06-05 14:11:31 UTC</i>
<i>Last updated 2020-06-06 01:02:44 UTC</i>
</div>
</div>
</div>