Advertisement
Guest User

aemultipart_doc.tmp

a guest
Oct 22nd, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.28 KB | None | 0 0
  1. >> Метод: getAvgPowerUsage
  2. Документация: function():number -- Get the average power usage of the network.
  3. >> Метод: pullItemIntoSlot
  4. Документация: 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
  5. >> Метод: pushItemIntoSlot
  6. Документация: 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
  7. >> Метод: getDemandedEnergy
  8. Документация: function():number -- Get the maximum safe EU input
  9. >> Метод: getAvailableItems
  10. Документация: function(details:string{NONE,PROXY,ALL}?):table -- Get a list of the stored and craftable items in the network.
  11. >> Метод: getCraftingCPUs
  12. Документация: function():table -- Get a list of tables representing the available CPUs in the network.
  13. >> Метод: slot
  14. Документация: -1
  15. >> Метод: getIdlePowerUsage
  16. Документация: function():number -- Get the idle power usage of the network.
  17. >> Метод: getAdvancedMethodsData
  18. Документация: function(method:string?):table -- Get a complete table of information about all available methods
  19. >> Метод: getOfferedEnergy
  20. Документация: function
  21. >> Метод: getAllStacks
  22. Документация: function(proxy:boolean?):table -- Get a table with all the items of the chest
  23. >> Метод: address
  24. Документация: d5fe91b8-3c63-4594-b244-3b5d429ad3fd
  25. >> Метод: getMaxStoredPower
  26. Документация: function():number -- Get the maximum stored power in the network.
  27. >> Метод: isEnergyProvider
  28. Документация: function():number -- Returns whether this component can provide energy.
  29. >> Метод: getInventoryName
  30. Документация: function():string -- Get the name of this inventory
  31. >> Метод: isEnergyReceiver
  32. Документация: function():number -- Returns whether this component can receive energy.
  33. >> Метод: getTankInfo
  34. Документация: function(direction:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}?):table -- A table of tanks will be returned, each with a table of information
  35. >> Метод: getItemDetail
  36. Документация: function(item:{id:string,dmg:number?,nbt_hash:string?},proxy:boolean?):object -- Retrieves details about the specified item from the ME Network.
  37. >> Метод: getAvgPowerInjection
  38. Документация: function():number -- Get the average power injection into the network
  39. >> Метод: condenseItems
  40. Документация: function() -- Condense and tidy the stacks in an inventory
  41. >> Метод: getEUSinkTier
  42. Документация: function():number -- Determine the tier of this energy sink (1 = LV, 2 = MV, 3 = HV, 4 = EV)
  43. >> Метод: listSources
  44. Документация: function():table -- List all method sources
  45. >> Метод: getStackInSlot
  46. Документация: function(slotNumber:number,proxy:boolean?):object -- Get details of an item in a particular slot
  47. >> Метод: getMaxEnergyStored
  48. Документация: function([direction:number=6]):number -- Returns the maximum amount of stored energy for the given side.
  49. >> Метод: expandStack
  50. Документация: function(stack:{id:string,dmg:number?,qty:number?,...}):table -- Get full stack information from id and/or damage
  51. >> Метод: doc
  52. Документация: function(method:string):string -- Brief description of method
  53. >> Метод: getSinkTier
  54. Документация: function
  55. >> Метод: swapStacks
  56. Документация: 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
  57. >> Метод: pushItem
  58. Документация: 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
  59. >> Метод: listMethods
  60. Документация: function(filterSource:string?):string -- List all the methods available
  61. >> Метод: type
  62. Документация: aemultipart
  63. >> Метод: destroyStack
  64. Документация: function(slotNumber:number) -- Destroy a stack
  65. >> Метод: getEUSourceTier
  66. Документация: function():number -- Determine the tier of this energy source (1 = LV, 2 = MV, 3 = HV, 4 = EV)
  67. >> Метод: pullItem
  68. Документация: 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
  69. >> Метод: getInventorySize
  70. Документация: function():number -- Get the size of this inventory
  71. >> Метод: getEnergyStored
  72. Документация: function([direction:number=6]):number -- Returns the amount of stored energy for the given side.
  73. >> Метод: getStoredPower
  74. Документация: function():number -- Get the stored power in the network.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement