Advertisement
Guest User

diamond_doc.tmp

a guest
Aug 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.89 KB | None | 0 0
  1. >> Метод: pullItemIntoSlot
  2. Документация: function(direction:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN},slot:number,maxAmount:number?,intoSlot:number?):number -- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
  3. >> Метод: getAllStacks
  4. Документация: function(proxy:boolean?):table -- Get a table with all the items of the chest
  5. >> Метод: swapStacks
  6. Документация: function(from:number,to:number,fromDirection:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}?,fromDirection:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}?) -- Swap two slots in the inventory
  7. >> Метод: expandStack
  8. Документация: function(stack:{id:string,dmg:number?,qty:number?,...}):table -- Get full stack information from id and/or damage
  9. >> Метод: doc
  10. Документация: function(method:string):string -- Brief description of method
  11. >> Метод: pushItemIntoSlot
  12. Документация: function(direction:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN},slot:number,maxAmount:number?,intoSlot:number?):number -- Push an item from the current inventory into pipe or slot on the other inventory. Returns the amount of items moved
  13. >> Метод: pullItem
  14. Документация: function(direction:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN},slot:number,maxAmount:number?,intoSlot:number?):number -- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
  15. >> Метод: getInventorySize
  16. Документация: function():number -- Get the size of this inventory
  17. >> Метод: condenseItems
  18. Документация: function() -- Condense and tidy the stacks in an inventory
  19. >> Метод: getAdvancedMethodsData
  20. Документация: function(method:string?):table -- Get a complete table of information about all available methods
  21. >> Метод: destroyStack
  22. Документация: function(slotNumber:number) -- Destroy a stack
  23. >> Метод: getStackInSlot
  24. Документация: function(slotNumber:number,proxy:boolean?):object -- Get details of an item in a particular slot
  25. >> Метод: getInventoryName
  26. Документация: function():string -- Get the name of this inventory
  27. >> Метод: address
  28. Документация: f7294845-917a-4b95-83a4-f4fdde6046be
  29. >> Метод: slot
  30. Документация: -1
  31. >> Метод: type
  32. Документация: diamond
  33. >> Метод: listMethods
  34. Документация: function(filterSource:string?):string -- List all the methods available
  35. >> Метод: listSources
  36. Документация: function():table -- List all method sources
  37. >> Метод: pushItem
  38. Документация: function(direction:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN},slot:number,maxAmount:number?,intoSlot:number?):number -- Push an item from the current inventory into pipe or slot on the other inventory. Returns the amount of items moved
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement