Update doc to 1.1-7.

This commit is contained in:
bakpakin
2015-08-05 21:04:00 -04:00
parent 5b8fd2b1d0
commit c9c51e27b6
+22 -2
View File
@@ -132,6 +132,10 @@
<td class="summary">Shortcut for removing multiple Entities and Systems from the World.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#tiny.refresh">tiny.refresh (world)</a></td>
<td class="summary">Manages Entities and Systems marked for deletion or addition.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#tiny.update">tiny.update (world, dt, filter)</a></td>
<td class="summary">Updates the World by dt (delta time).</td>
</tr>
@@ -538,7 +542,23 @@ end
</dt>
<dd>
Shortcut for removing multiple Entities and Systems from the World. Returns
all rmeove Systems and Entities
all removed Systems and Entities
</dd>
<dt>
<a name = "tiny.refresh"></a>
<strong>tiny.refresh (world)</strong>
</dt>
<dd>
Manages Entities and Systems marked for deletion or addition. Call this
before modifying Systems and Entities outside of a call to <a href="index.html#tiny.update">tiny.update</a>.
Do not call this within a call to <a href="index.html#tiny.update">tiny.update</a>.
@@ -658,7 +678,7 @@ end
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2015-07-07 20:41:42 </i>
<i style="float:right;">Last updated 2015-08-05 21:02:28 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>