mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Fixed stores in gui
This commit is contained in:
@@ -301,6 +301,10 @@ Store.set(player_scores,game.player,<span class="number">10</span>) <span class=
|
||||
<td class="name"><a href="#watchers">watchers</a></td>
|
||||
<td class="summary">An array of watchers that stores will trigger, key is store uids</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#file_paths">file_paths</a></td>
|
||||
<td class="summary">An index used for debuging to find the file where different stores where registered</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="section-content-list">
|
||||
@@ -453,6 +457,33 @@ Store.set(player_scores,game.player,<span class="number">10</span>) <span class=
|
||||
<!-- 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="#file_paths" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="file_paths">file_paths</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary">An index used for debuging to find the file where different stores where registered</p>
|
||||
<p class="section-item-description"></p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
|
||||
<!-- returns start -->
|
||||
<!-- returns end -->
|
||||
|
||||
|
||||
<!-- see also start -->
|
||||
<!-- see also end -->
|
||||
|
||||
@@ -1433,7 +1464,7 @@ Store.set(player_scores,game.player,<span class="number">10</span>) <span class=
|
||||
<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-10-13 00:25:15 UTC</i>
|
||||
<i>Last updated 2019-10-15 22:37:40 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user