For Each Component 
Filters
Vars | |
| accept_entry | Adds the list to the result |
|---|---|
| current_index | The current index from the list |
| element | The current element from the list |
| finished_list | The finished list |
| limit | The limit of iterations before it breaks. Used to prevent from someone iterating a massive list constantly |
| list_options | The list type |
| list_to_filter | The list to filter over |
| on_failed | A signal that is sent when the filtering has failed |
| on_finished | A signal that is sent when the filtering has finished |
| on_next_index | A signal that is sent when the list has moved onto the next index. |
Var Details
accept_entry 
Adds the list to the result
current_index 
The current index from the list
element 
The current element from the list
finished_list 
The finished list
limit 
The limit of iterations before it breaks. Used to prevent from someone iterating a massive list constantly
list_options 
The list type
list_to_filter 
The list to filter over
on_failed 
A signal that is sent when the filtering has failed
on_finished 
A signal that is sent when the filtering has finished
on_next_index 
A signal that is sent when the list has moved onto the next index.