Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
component:transposer [2018/03/02 04:23]
kiritow
component:transposer [2023/12/22 08:25] (current)
bioscreeper Correcting my error
Line 7: Line 7:
 Callbacks: Callbacks:
  
-- `transferFluid(sourceSide:​number,​ sinkSide:​number,​ count:​number):​number` ​  +- `transferFluid(sourceSide:​number,​ sinkSide:​number,​ count:​number):​boolean, ​number` ​  
-  Transfer some items between two inventories.+  Transfer some fluids ​between two fluid handlers (pipes or tanks, etc). `sourceSide` is the side pulled from and `sinkSide` is the side transferred to. The side value is a integral value representing the cardinal directions (east, west, south, north), up, and down. The `sides` library has these values for convenience. `count` is the number of millibuckets to transfer. If not specified, it defaults to 1000. Returns true and the number of millibuckets transfered on success, or false and an error message on failure.
 - `store(side:​number,​ slot:​number,​ dbAddress:​string,​ dbSlot:​number):​boolean`  ​ - `store(side:​number,​ slot:​number,​ dbAddress:​string,​ dbSlot:​number):​boolean`  ​
   Store an item stack description in the specified slot of the database with the specified address.   Store an item stack description in the specified slot of the database with the specified address.