Advertisement
Guest User

check.log

a guest
May 25th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.19 KB | None | 0 0
  1. getStoredPower:
  2.   returnTypes: number
  3.   args:
  4.   description: Get the stored power in the network.
  5.   source: me_network
  6. getAdvancedMethodsData:
  7.   returnTypes: table
  8.   args:
  9.     1:
  10.       optional: true
  11.       description:
  12.       type: openperipheral.adapter.types.SingleArgType@5331cbd8
  13.       name: method
  14.   description: Get a complete table of information about all available methods
  15.   source: <meta>
  16. pullItem:
  17.   returnTypes: number
  18.   args:
  19.     1:
  20.       type: openperipheral.adapter.types.BoundedType@3cfa87fe
  21.       name: direction
  22.       description: The direction of the other inventory
  23.     2:
  24.       type: openperipheral.adapter.types.SingleArgType@6c05cc87
  25.       name: slot
  26.       description: The slot in the OTHER inventory that you're pulling from
  27.    3:
  28.      optional: true
  29.      description: The maximum amount of items you want to pull
  30.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  31.      name: maxAmount
  32.    4:
  33.      optional: true
  34.      description: The slot in the current inventory that you want to pull into
  35.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  36.      name: intoSlot
  37.  description: Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
  38.  source: inventory-world
  39. destroyStack:
  40.  returnTypes: ()
  41.  args:
  42.    1:
  43.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  44.      name: slotNumber
  45.      description: The slot number
  46.  description: Destroy a stack
  47.  source: inventory
  48. getCraftingCPUs:
  49.  returnTypes: table
  50.  args:
  51.  description: Get a list of tables representing the available CPUs in the network.
  52.  source: me_network
  53. requestCrafting:
  54.  returnTypes: ()
  55.  args:
  56.    1:
  57.      type: openperipheral.integration.vanilla.ModuleVanilla$1@7699b629
  58.      name: fingerprint
  59.      description: Details of the item you want to craft. Can be found with .getStackInSlot on inventory and .getAvailableItems on AE network
  60.    2:
  61.      optional: true
  62.      description: The quantity of items you want to craft
  63.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  64.      name: qty
  65.    3:
  66.      optional: true
  67.      description: The name of the CPU you want to use
  68.      type: openperipheral.adapter.types.SingleArgType@5331cbd8
  69.      name: cpu
  70.  description: Requests the specified item to get crafted.
  71.  source: me_interface
  72. listMethods:
  73.  returnTypes: string
  74.  args:
  75.    1:
  76.      optional: true
  77.      description:
  78.      type: openperipheral.adapter.types.SingleArgType@5331cbd8
  79.      name: filterSource
  80.  description: List all the methods available
  81.  source: <meta>
  82. exportItem:
  83.  returnTypes: table
  84.  args:
  85.    1:
  86.      type: openperipheral.integration.vanilla.ModuleVanilla$1@7699b629
  87.      name: fingerprint
  88.      description: Details of the item you want to export (can be result of .getStackInSlot() or .getAvailableItems())
  89.    2:
  90.      type: openperipheral.adapter.types.BoundedType@63105ef1
  91.      name: direction
  92.      description: Location of target inventory
  93.    3:
  94.      optional: true
  95.      description: The maximum amount of items you want to export
  96.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  97.      name: maxAmount
  98.    4:
  99.      optional: true
  100.      description: The slot in the other inventory that you want to export into
  101.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  102.      name: intoSlot
  103.  description: Exports the specified item into the target inventory.
  104.  source: me_interface
  105. getInventorySize:
  106.  returnTypes: number
  107.  args:
  108.  description: Get the size of this inventory
  109.  source: inventory
  110. getItemDetail:
  111.  returnTypes: object
  112.  args:
  113.    1:
  114.      type: openperipheral.integration.vanilla.ModuleVanilla$1@7699b629
  115.      name: item
  116.      description: Details of the item you are looking for
  117.    2:
  118.      optional: true
  119.      description: If false, method will compute whole table, instead of returning proxy
  120.      type: openperipheral.adapter.types.SingleArgType@d872faf
  121.      name: proxy
  122.  description: Retrieves details about the specified item from the ME Network.
  123.  source: me_network
  124. pullItemIntoSlot:
  125.  returnTypes: number
  126.  args:
  127.    1:
  128.      type: openperipheral.adapter.types.BoundedType@3cfa87fe
  129.      name: direction
  130.      description: The direction of the other inventory
  131.    2:
  132.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  133.      name: slot
  134.      description: The slot in the OTHER inventory that you're pulling from
  135.     3:
  136.       optional: true
  137.       description: The maximum amount of items you want to pull
  138.       type: openperipheral.adapter.types.SingleArgType@6c05cc87
  139.       name: maxAmount
  140.     4:
  141.       optional: true
  142.       description: The slot in the current inventory that you want to pull into
  143.       type: openperipheral.adapter.types.SingleArgType@6c05cc87
  144.       name: intoSlot
  145.   description: Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
  146.   source: inventory-world
  147. pushItemIntoSlot:
  148.   returnTypes: number
  149.   args:
  150.     1:
  151.       type: openperipheral.adapter.types.BoundedType@1764c504
  152.       name: direction
  153.       description: The direction of the other inventory
  154.     2:
  155.       type: openperipheral.adapter.types.SingleArgType@6c05cc87
  156.       name: slot
  157.       description: The slot in the current inventory that you're pushing from
  158.    3:
  159.      optional: true
  160.      description: The maximum amount of items you want to push
  161.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  162.      name: maxAmount
  163.    4:
  164.      optional: true
  165.      description: The slot in the other inventory that you want to push into (ignored when target is pipe
  166.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  167.      name: intoSlot
  168.  description: Push an item from the current inventory into pipe or slot on the other inventory. Returns the amount of items moved
  169.  source: inventory-world
  170. listSources:
  171.  returnTypes: table
  172.  args:
  173.  description: List all method sources
  174.  source: <meta>
  175. getStackInSlot:
  176.  returnTypes: object
  177.  args:
  178.    1:
  179.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  180.      name: slotNumber
  181.      description: Slot number
  182.    2:
  183.      optional: true
  184.      description: If true, method will return proxy instead of computing whole table
  185.      type: openperipheral.adapter.types.SingleArgType@d872faf
  186.      name: proxy
  187.  description: Get details of an item in a particular slot
  188.  source: inventory
  189. getAllStacks:
  190.  returnTypes: table
  191.  args:
  192.    1:
  193.      optional: true
  194.      description: If false, method will compute whole table, instead of returning proxy
  195.      type: openperipheral.adapter.types.SingleArgType@d872faf
  196.      name: proxy
  197.  description: Get a table with all the items of the chest
  198.  source: inventory
  199. swapStacks:
  200.  returnTypes: ()
  201.  args:
  202.    1:
  203.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  204.      name: from
  205.      description: The first slot
  206.    2:
  207.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  208.      name: to
  209.      description: The other slot
  210.    3:
  211.      optional: true
  212.      description:
  213.      type: openperipheral.adapter.types.BoundedType@7b8752d
  214.      name: fromDirection
  215.    4:
  216.      optional: true
  217.      description:
  218.      type: openperipheral.adapter.types.BoundedType@601108d2
  219.      name: fromDirection
  220.  description: Swap two slots in the inventory
  221.  source: inventory
  222. getAvgPowerInjection:
  223.  returnTypes: number
  224.  args:
  225.  description: Get the average power injection into the network
  226.  source: me_network
  227. getAvgPowerUsage:
  228.  returnTypes: number
  229.  args:
  230.  description: Get the average power usage of the network.
  231.  source: me_network
  232. condenseItems:
  233.  returnTypes: ()
  234.  args:
  235.  description: Condense and tidy the stacks in an inventory
  236.  source: inventory
  237. doc:
  238.  returnTypes: string
  239.  args:
  240.    1:
  241.      type: openperipheral.adapter.types.SingleArgType@5331cbd8
  242.      name: method
  243.      description:
  244.  description: Brief description of method
  245.  source: <meta>
  246. getAvailableItems:
  247.  returnTypes: table
  248.  args:
  249.    1:
  250.      optional: true
  251.      description: Format of stored items details (defalt: none)
  252.      type: openperipheral.adapter.types.BoundedType@223291a3
  253.      name: details
  254.  description: Get a list of the stored and craftable items in the network.
  255.  source: me_network
  256. getMaxStoredPower:
  257.  returnTypes: number
  258.  args:
  259.  description: Get the maximum stored power in the network.
  260.  source: me_network
  261. canExport:
  262.  returnTypes: boolean
  263.  args:
  264.    1:
  265.      type: openperipheral.adapter.types.BoundedType@1da3f577
  266.      name: direction
  267.      description: Location of target inventory
  268.  description: Returns true when the interface can export to side.
  269.  source: me_interface
  270. getIdlePowerUsage:
  271.  returnTypes: number
  272.  args:
  273.  description: Get the idle power usage of the network.
  274.  source: me_network
  275. getInventoryName:
  276.  returnTypes: string
  277.  args:
  278.  description: Get the name of this inventory
  279.  source: inventory
  280. pushItem:
  281.  returnTypes: number
  282.  args:
  283.    1:
  284.      type: openperipheral.adapter.types.BoundedType@1764c504
  285.      name: direction
  286.      description: The direction of the other inventory
  287.    2:
  288.      type: openperipheral.adapter.types.SingleArgType@6c05cc87
  289.      name: slot
  290.      description: The slot in the current inventory that you're pushing from
  291.     3:
  292.       optional: true
  293.       description: The maximum amount of items you want to push
  294.       type: openperipheral.adapter.types.SingleArgType@6c05cc87
  295.       name: maxAmount
  296.     4:
  297.       optional: true
  298.       description: The slot in the other inventory that you want to push into (ignored when target is pipe
  299.       type: openperipheral.adapter.types.SingleArgType@6c05cc87
  300.       name: intoSlot
  301.   description: Push an item from the current inventory into pipe or slot on the other inventory. Returns the amount of items moved
  302.   source: inventory-world
  303. expandStack:
  304.   returnTypes: table
  305.   args:
  306.     1:
  307.       type: openperipheral.adapter.types.NamedTupleType@64e76fa7
  308.       name: stack
  309.       description:
  310.   description: Get full stack information from id and/or damage
  311.   source: inventory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement