FutureProg functions
connecttogrid
connecttogrid overload 1
Boolean connecttogrid(Number grid, Item item)
Available in
- computer function
- computer program
- standard futureprog
This function takes a grid-interfacing item like a grid feeder or grid outlet and connects it. Returns true if it succeeded.
| Parameter | Type | Description |
|---|---|---|
grid |
Number |
The ID of the grid you want to connect the item to |
item |
Item |
The grid-interfacing item you want to connect |