mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Added checkboxs
This commit is contained in:
@@ -309,7 +309,7 @@ Store.register(team_scores,<span class="keyword">function</span>(value,key)
|
||||
<td class="summary">Gets the value stored at a location, this location must be registered</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#set">set(location[, key], value[, from_sync=false])</a></td>
|
||||
<td class="name"><a href="#set">set(location[, key], value[, from_sync=false][, from_internal=false])</a></td>
|
||||
<td class="summary">Sets the value at a location, this location must be registered</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -619,7 +619,7 @@ Store.register(team_scores,<span class="keyword">function</span>(value,key)
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#set" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="set">set(location[, key], value[, from_sync=false])</span>
|
||||
<span class="section-item-title" id="set">set(location[, key], value[, from_sync=false][, from_internal=false])</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
@@ -700,6 +700,23 @@ Store.register(team_scores,<span class="keyword">function</span>(value,key)
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-subitem-li">
|
||||
|
||||
<strong><em>from_internal</em></strong>
|
||||
|
||||
<strong> : </strong>
|
||||
|
||||
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#boolean">boolean</a></span>)
|
||||
|
||||
set this true to add one to the error stack offset
|
||||
|
||||
(<em>default</em>: false)
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<!-- parameters end -->
|
||||
@@ -1128,7 +1145,7 @@ Store.register(team_scores,<span class="keyword">function</span>(value,key)
|
||||
<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 2019-08-27 21:07:36 UTC</i>
|
||||
<i>Last updated 2019-08-29 18:20:09 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user