-
Notifications
You must be signed in to change notification settings - Fork 0
FluidStorage
Tony Fountaine edited this page Feb 18, 2015
·
2 revisions
##API##
- Peripheral Type
- fluidstorage
###Method Summary###
Method | Description |
---|---|
contents() |
Will return a table containing the uuid and count of each item in the internal cache. |
routeTo(amount, index, toDir) |
|
routeTo(amount, index, insertDir, toDir) |
###Method Details###
array contents()
Will return a table containing the uuid and count of each item in the internal cache.
- Returns
- A table of the internal contents.
number routeTo(amount, index, toDir)
- Parameters
-
amount
-
index
-
toDir
- Returns
number routeTo(amount, index, insertDir, toDir)
- Parameters
-
amount
-
index
-
insertDir
-
toDir
- Returns