List Add Component

Adds an element to a list.
Vars | |
| 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 |
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