Filter List¶
Variables ยป Filter List
Description¶
Checks Conditions against each element of a list and removes it if the Condition is not true
Parameters¶
Name | Description |
---|---|
List Variable | Local List or Global List which elements are filtered |
Filter | Checks a set of Conditions with each collected game object and removes the element if the Condition is not true |
Example 1¶
The Filter field runs the Conditions list for each element in a Local List Variables or Global List Variables. It sets as the 'Target' value the currently examined game object. For example, filtering by the tag name 'Enemy' can be done using the 'Tag' Condition and comparing the field 'Target' with the string 'Enemy'. All game objects that are not tagged as 'Enemy' are removed
Keywords¶
Remove
Pick
Select
Array
List
Variables