From c9c51e27b6e9edf8ce9ec0bb099a9adf9d573700 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Wed, 5 Aug 2015 21:04:00 -0400 Subject: [PATCH] Update doc to 1.1-7. --- doc/index.html | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index 5354e89..7501c6c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -132,6 +132,10 @@ Shortcut for removing multiple Entities and Systems from the World. + tiny.refresh (world) + Manages Entities and Systems marked for deletion or addition. + + tiny.update (world, dt, filter) Updates the World by dt (delta time). @@ -538,7 +542,23 @@ end
Shortcut for removing multiple Entities and Systems from the World. Returns - all rmeove Systems and Entities + all removed Systems and Entities + + + + + + + +
+
+ + tiny.refresh (world) +
+
+ Manages Entities and Systems marked for deletion or addition. Call this + before modifying Systems and Entities outside of a call to tiny.update. + Do not call this within a call to tiny.update. @@ -658,7 +678,7 @@ end
generated by LDoc 1.4.3 -Last updated 2015-07-07 20:41:42 +Last updated 2015-08-05 21:02:28