For Each Component
Sends a signal for each item in a list
Vars | |
current_index | The current index from the list |
---|---|
element | The current element from the list |
list_options | The list type |
list_to_iterate | The list to iterate over |
next_index | Move to the next index |
on_finished | A signal that is sent when the list has finished iterating |
on_next_index | A signal that is sent when the list has moved onto the next index. |
reset_index | Resets the index to 0 |
Var Details
current_index
The current index from the list
element
The current element from the list
list_options
The list type
list_to_iterate
The list to iterate over
next_index
Move to the next index
on_finished
A signal that is sent when the list has finished iterating
on_next_index
A signal that is sent when the list has moved onto the next index.
reset_index
Resets the index to 0