Automatic Doc Update
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
<td class="summary">Gets the details of the given server</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#get_server_status">get_server_status(server_id)</a></td>
|
||||
<td class="name"><a href="#get_server_status">get_server_status(server_id, raw)</a></td>
|
||||
<td class="summary">Gets the status of the given server</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -543,7 +543,7 @@
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#get_server_status" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="get_server_status">get_server_status(server_id)</span>
|
||||
<span class="section-item-title" id="get_server_status">get_server_status(server_id, raw)</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
@@ -574,6 +574,22 @@
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-subitem-li">
|
||||
|
||||
<strong><em>raw</em></strong>
|
||||
|
||||
<strong> : </strong>
|
||||
|
||||
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#boolean">boolean</a></span>)
|
||||
|
||||
When true Current will not be returned as status but rather the raw status for the server
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<!-- parameters end -->
|
||||
@@ -583,7 +599,7 @@
|
||||
<ul>
|
||||
<li>
|
||||
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#string">string</a></span>)
|
||||
<span class="return-text">The status of the given server, one of: Online, Modded, Protected, Offline</span>
|
||||
<span class="return-text">The status of the given server, one of: Online, Modded, Protected, Current, Offline</span>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- returns end -->
|
||||
@@ -732,7 +748,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-08-13 23:30:01 UTC</i>
|
||||
<i>Last updated 2020-08-14 02:51:06 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user