zed_com

thaumicenergistics_tileinfusionprovider_doc.tmp

Jul 7th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. >> Метод: getAvailableItems
  2. Документация: function(details:string{NONE,PROXY,ALL}?):table -- Get a list of the stored and craftable items in the network.
  3. >> Метод: getItemDetail
  4. Документация: function(item:{id:string,dmg:number?,nbt_hash:string?},proxy:boolean?):object -- Retrieves details about the specified item from the ME Network.
  5. >> Метод: getStoredPower
  6. Документация: function():number -- Get the stored power in the network.
  7. >> Метод: getIdlePowerUsage
  8. Документация: function():number -- Get the idle power usage of the network.
  9. >> Метод: slot
  10. Документация: -1
  11. >> Метод: getCraftingCPUs
  12. Документация: function():table -- Get a list of tables representing the available CPUs in the network.
  13. >> Метод: address
  14. Документация: e2aaa93a-ed42-4a03-9329-b096a7ba4a6e
  15. >> Метод: getAspectCount
  16. Документация: function(aspect:string):number -- Get amount of specific aspect stored in this block
  17. >> Метод: listMethods
  18. Документация: function(filterSource:string?):string -- List all the methods available
  19. >> Метод: getAspects
  20. Документация: function():table -- Get the Aspects stored in the block
  21. >> Метод: getMaxStoredPower
  22. Документация: function():number -- Get the maximum stored power in the network.
  23. >> Метод: listSources
  24. Документация: function():table -- List all method sources
  25. >> Метод: getAvgPowerInjection
  26. Документация: function():number -- Get the average power injection into the network
  27. >> Метод: getAspectsSum
  28. Документация: function():table -- Get the map of aspects stored in the block (summed, if there are multiple entries)
  29. >> Метод: type
  30. Документация: thaumicenergistics_tileinfusionprovider
  31. >> Метод: getAdvancedMethodsData
  32. Документация: function(method:string?):table -- Get a complete table of information about all available methods
  33. >> Метод: getAvgPowerUsage
  34. Документация: function():number -- Get the average power usage of the network.
  35. >> Метод: doc
  36. Документация: function(method:string):string -- Brief description of method
Add Comment
Please, Sign In to add comment