Difference between revisions of "Openperipheral chest"

From DarkServerUK Wiki
Jump to: navigation, search
m (Added catergory)
(Openperipheral Chest Methods)
 
Line 1: Line 1:
 
[[Category:computercraft]]
 
[[Category:computercraft]]
  
== Openperipheral Chest Methods ==
+
== Openperipheral Chest Functions ==
  
  

Latest revision as of 17:39, 4 August 2014


Openperipheral Chest Functions

Here is a raw list of functions:

<syntaxhighlight lang="lua"> swapStacks(from,to,fromDirection?,fromDirection?) getInventoryName() destroyStack(slotNumber) pushItem(direction,slot,maxAmount?,intoSlot?) getAdvancedMethodsData(), getInventorySize() pushItemIntoSlot(direction,slot,maxAmount?,intoSlot?) getStackInSlot(slotNumber) getAllStacks() listMethods() pullItem(direction,slot,maxAmount?,intoSlot?) condenseItems() pullItemIntoSlot(direction,slot,maxAmount?,intoSlot?) </syntaxhighlight>