mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Automatic Doc Update
This commit is contained in:
@@ -611,7 +611,7 @@ Async.register(<span class="keyword">function</span>(player, message)
|
||||
<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-01 00:05:33 UTC</i>
|
||||
<i>Last updated 2020-08-06 19:01:00 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2426,7 +2426,7 @@ nb: use error(error_message) within your callback to trigger do not trigger dire
|
||||
<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-01 00:05:33 UTC</i>
|
||||
<i>Last updated 2020-08-06 19:01:00 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2765,7 +2765,7 @@ https://github.com/Refactorio/RedMew/blob/9184b2940f311d8c9c891e83429fc57ec7e0c4
|
||||
<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-01 00:05:33 UTC</i>
|
||||
<i>Last updated 2020-08-06 19:01:00 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -496,7 +496,7 @@ PlayerData.Statistics:combine(<span class="string">'JoinCount'</span>)
|
||||
<td class="summary">Set a callback that will be used to serialize keys which aren't strings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#set_default">set_default(default, allowSet)</a></td>
|
||||
<td class="name"><a href="#set_default">set_default(value, allowSet)</a></td>
|
||||
<td class="summary">Set a default value to be returned by get if no other default is given, using will mean get will never return nil, set using the default will set to nil to save space</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -572,7 +572,7 @@ PlayerData.Statistics:combine(<span class="string">'JoinCount'</span>)
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="name"><a href="#raise_event">raise_event(event_name, key[, value][, source])</a></td>
|
||||
<td class="name"><a href="#raise_event">raise_event(event_name, key[, value][, old_value][, source])</a></td>
|
||||
<td class="summary">Internal, Raise an event on this datastore</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -1602,7 +1602,7 @@ ExampleData:set_serializer(<span class="keyword">function</span>(rawKey)
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#set_default" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="set_default">set_default(default, allowSet)</span>
|
||||
<span class="section-item-title" id="set_default">set_default(value, allowSet)</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
@@ -1622,7 +1622,7 @@ ExampleData:set_serializer(<span class="keyword">function</span>(rawKey)
|
||||
|
||||
<li class="section-subitem-li">
|
||||
|
||||
<strong><em>default</em></strong>
|
||||
<strong><em>value</em></strong>
|
||||
|
||||
<strong> : </strong>
|
||||
|
||||
@@ -2549,7 +2549,7 @@ ExampleData:unload_all(<span class="keyword">function</span>(key, value)
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#raise_event" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="raise_event">raise_event(event_name, key[, value][, source])</span>
|
||||
<span class="section-item-title" id="raise_event">raise_event(event_name, key[, value][, old_value][, source])</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
@@ -2616,6 +2616,23 @@ ExampleData:unload_all(<span class="keyword">function</span>(key, value)
|
||||
|
||||
|
||||
|
||||
<li class="section-subitem-li">
|
||||
|
||||
<strong><em>old_value</em></strong>
|
||||
|
||||
<strong> : </strong>
|
||||
|
||||
(<span class="types"><span class="type">any</span></span>)
|
||||
|
||||
The previous value that this key has, might be a deep copy of the value
|
||||
|
||||
(<em>optional</em>)
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-subitem-li">
|
||||
|
||||
<strong><em>source</em></strong>
|
||||
@@ -2945,7 +2962,7 @@ ExampleData:on_update(<span class="keyword">function</span>(key, value)
|
||||
<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-01 00:05:33 UTC</i>
|
||||
<i>Last updated 2020-08-06 19:01:00 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1441,7 +1441,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-01 00:05:33 UTC</i>
|
||||
<i>Last updated 2020-08-06 19:01:00 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4419,7 +4419,7 @@ Gui.left_toolbar_button(<span class="string">'entity/inserter'</span>, <span cla
|
||||
<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-01 00:05:33 UTC</i>
|
||||
<i>Last updated 2020-08-06 19:01:00 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -529,7 +529,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-01 00:05:33 UTC</i>
|
||||
<i>Last updated 2020-08-06 19:01:00 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3348,7 +3348,7 @@ nb: this is one way, failing false after already gaining the role will not revok
|
||||
<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-01 00:05:33 UTC</i>
|
||||
<i>Last updated 2020-08-06 19:01:00 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user