/tg/ Station 13 - Modules - TypesVar Details

List Add Component

Adds an element to a list.

Vars

allow_duplicateWhether to add duplicates or not
failedFor when the list is too long, a signal is sent here.
to_addElement to add to the list

Var Details

allow_duplicate

Whether to add duplicates or not

failed

For when the list is too long, a signal is sent here.

to_add

Element to add to the list