diff --git a/doc/index.html b/doc/index.html index 5452439..f491aa6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -85,16 +85,20 @@

System functions

- - + + - - + + + + + +
tiny.system (table, attributes)Creates a new System or System class.tiny.system (table)Creates a new System or System class from the supplied table.
tiny.processingSystem (table) Creates a new Processing System or Processing System class.
tiny.getSystemEntityCount (system)Get number of Entities in the System.tiny.sortedSystem (table)Creates a new Sorted System or Sorted System class.
tiny.sortedProcessingSystem (table)Creates a new Sorted Processing System or Sorted Processing System class.

World functions

@@ -171,8 +175,8 @@ value indicating if the Entity should be processed by the System.

Filters must be added to Systems by setting the filter field of the System. - Filter's returned by tiny.requireAll and tiny.requireAny are immutable - and can be used by multiple Systems.

+ Filter's returned by tiny-ecs's Filter functions are immutable and can be + used by multiple Systems.

local f1 = tiny.requireAll("position", "velocity", "size")
 local f2 = tiny.requireAny("position", "velocity", "size")
@@ -313,11 +317,17 @@ end
  commonly used.