From 5a2e9c292763a20cb5462cb47d2c37c780879208 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Tue, 8 Sep 2015 16:30:16 -0400 Subject: [PATCH] Update documentation to 1.2-1. --- doc/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index eade8a0..52f4afb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -303,6 +303,10 @@ filter = tiny.requireAll("image", tiny.rejectAny("Player", "Enemy")) from the System.
  • function system:onModify(dt) - Called when the System is modified by adding or removing Entities from the System.
  • +
  • function system:onAddToWorld(world) - Called when the System is added + to the World, before any entities are added to the system.
  • +
  • function system:onRemoveFromWorld(world) - Called when the System is + removed from the world, after all Entities are removed from the System.
  • For Filters, it is convenient to use tiny.requireAll or tiny.requireAny, @@ -678,7 +682,7 @@ end

    generated by LDoc 1.4.3 -Last updated 2015-08-27 13:33:09 +Last updated 2015-09-08 16:29:08