Advertisement
Guest User

transposer_doc.tmp

a guest
Feb 9th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.78 KB | None | 0 0
  1. >> Метод: compareStacks
  2. Документация: function(side:number, slotA:number, slotB:number[, checkNBT:boolean=false]):boolean -- Get whether the items in the two specified slots of the inventory on the specified side of the device are of the same type.
  3. >> Метод: slot
  4. Документация: -1
  5. >> Метод: compareStackToDatabase
  6. Документация: function(side:number, slot:number, dbAddress:string, dbSlot:number[, checkNBT:boolean=false]):boolean -- Compare an item in the specified slot in the inventory on the specified side with one in the database with the specified address.
  7. >> Метод: getTankLevel
  8. Документация: function(side:number):number -- Get the amount of fluid in the tank on the specified side.
  9. >> Метод: getFluidInTank
  10. Документация: function(side:number):table -- Get a description of the fluid in the the tank on the specified side.
  11. >> Метод: transferFluid
  12. Документация: function(sourceSide:number, sinkSide:number[, count:number]):number -- Transfer some items between two inventories.
  13. >> Метод: getSlotMaxStackSize
  14. Документация: function(side:number, slot:number):number -- Get the maximum number of items in the specified slot of the inventory on the specified side of the device.
  15. >> Метод: getStackInSlot
  16. Документация: function(side:number, slot:number):table -- Get a description of the stack in the inventory on the specified side of the device.
  17. >> Метод: type
  18. Документация: transposer
  19. >> Метод: address
  20. Документация: 35324482-851e-4ecf-b4c9-3ba7975b0284
  21. >> Метод: getSlotStackSize
  22. Документация: function(side:number, slot:number):number -- Get number of items in the specified slot of the inventory on the specified side of the device.
  23. >> Метод: getInventorySize
  24. Документация: function(side:number):number -- Get the number of slots in the inventory on the specified side of the device.
  25. >> Метод: transferItem
  26. Документация: function(sourceSide:number, sinkSide:number[, count:number[, sourceSlot:number[, sinkSlot:number]]]):number -- Transfer some items between two inventories.
  27. >> Метод: getTankCapacity
  28. Документация: function(side:number):number -- Get the capacity of the tank on the specified side.
  29. >> Метод: areStacksEquivalent
  30. Документация: function(side:number, slotA:number, slotB:number):boolean -- Get whether the items in the two specified slots of the inventory on the specified side of the device are equivalent (have shared OreDictionary IDs).
  31. >> Метод: store
  32. Документация: function(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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement