/tg/ Station 13 - Modules - TypesVar Details

For Each Component

Sends a signal for each item in a list

Vars

current_indexThe current index from the list
elementThe current element from the list
list_optionsThe list type
list_to_iterateThe list to iterate over
next_indexMove to the next index
on_finishedA signal that is sent when the list has finished iterating
on_next_indexA signal that is sent when the list has moved onto the next index.
reset_indexResets 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