FutureProg functions
attach
attach overload 1
Boolean attach(Item attachable, Item attachto)
Available in
- computer function
- computer program
- standard futureprog
Causes an item to become attached to another item. Returns true if it succeeded.
| Parameter | Type | Description |
|---|---|---|
attachable |
Item |
The item to be attached |
attachto |
Item |
The item the first thing it to be attached to |