GameEntity Nodes

Containers

Actions

Node to perform actions on all the entities in the container.

Add/Remove Entity

Node to add/remove entities to an entity container.

Clear

Node to remove all entities from an entity container.

Filters

Node to filter the components of an entity container, producing a sorted output.

Listener

Node that outputs the number of elements in an entity container when everytime elements are added or removed to it.

Merge

Node to move the entities from a source container into this node's container.

QueryContainerId

Node to query which containers the given Entity Id belongs to.

QueryContainerSize

Node to query the size of an entity container.

QueryEntityByIndex

Node to get the entity id of the n-th member of a group.

QueryIsInContainer

Node to query if an entity is in an entity container.

QueryRandomEntity

Node to retrieve a random element from the container.