Openperipheral chest

From DarkServerUK Wiki
Revision as of 17:38, 4 August 2014 by Darkrising (talk | contribs) (Created page with " == Openperipheral Chest Methods == Here is a raw list of functions: <syntaxhighlight lang="lua"> swapStacks(from,to,fromDirection?,fromDirection?) getInventoryName() destr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Openperipheral Chest Methods

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>