/tg/ Station 13 - Modules - TypesVar Details

For Each Component

Filters

Vars

accept_entryAdds the list to the result
current_indexThe current index from the list
elementThe current element from the list
finished_listThe finished list
limitThe limit of iterations before it breaks. Used to prevent from someone iterating a massive list constantly
list_optionsThe list type
list_to_filterThe list to filter over
on_failedA signal that is sent when the filtering has failed
on_finishedA signal that is sent when the filtering has finished
on_next_indexA 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.