1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00

ecs: System.filter defined using tables use all instead of any

This commit is contained in:
Étienne Fildadut 2021-12-27 12:22:24 +01:00
parent 9d2e886609
commit 027b6b9bb2
12 changed files with 16 additions and 16 deletions

View file

@ -750,7 +750,7 @@ avoid repeating your filters or allow controlling several system from a single p
Called when checking if an entity should be added to this system.
Returns <code>true</code> if the entity should be added to this system (and therefore its subsystems).</p>
<p> If this is a string or a table, it will be converted to a filter function on instanciation using ecs.any.</p>
<p> If this is a string or a table, it will be converted to a filter function on instanciation using <a href="../modules/ecs.html#all">ecs.all</a>.</p>
<p> If this <code>true</code>, will accept every entity; if <code>false</code>, reject every entity.</p>
@ -1597,7 +1597,7 @@ its sibling systems (i.e. completely stop the propagation of the event).</li>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-12-26 18:43:30 </i>
<i style="float:right;">Last updated 2021-12-27 12:20:29 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>