Advertisement
Guest User

tst.txt

a guest
Apr 22nd, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.75 KB | None | 0 0
  1. me_interface    43ff7489-8af7-444c-86c4-90e26bf706cc
  2.   getAvgPowerInjection            function():number -- Get the average power injection into the network.
  3.   getAvgPowerUsage                function():number -- Get the average power usage of the network.
  4.   getCpus                         function():table -- Get a list of tables representing the available CPUs in the network.
  5.   getCraftables                   function([filter:table]):table -- Get a list of known item recipes. These can be used to issue crafting requests.
  6.   getFluidsInNetwork              function():table -- Get a list of the stored fluids in the network.
  7.   getGasesInNetwork               function():table -- Get a list of the stored gases in the network.
  8.   getIdlePowerUsage               function():number -- Get the idle power usage of the network.
  9.   getInterfaceConfiguration       function([slot:number]):table -- Get the configuration of the interface.
  10.   getItemsInNetwork               function([filter:table]):table -- Get a list of the stored items in the network.
  11.   getMaxStoredPower               function():number -- Get the maximum stored power in the network.
  12.   getStoredPower                  function():number -- Get the stored power in the network.
  13.   setInterfaceConfiguration       function([slot:number][, database:address, entry:number[, size:number]]):boolean -- Configure the interface.
  14.   store                           function(filter:table, dbAddress:string[, startSlot:number[, count:number]]): Boolean -- Store items in the network matching the specified filter in the database with the specified address.
  15. me_exportbus    08bd004b-f6b8-4880-98e6-b4b5d19fc7dc
  16.   exportIntoSlot                  function(side:number, slot:number):boolean -- Make the export bus facing the specified direction perform a single export operation into the specified slot.
  17.   getEnergyStored                 function([direction:number=6]):number -- Returns the amount of stored energy for the given side.
  18.   getExportConfiguration          function(side:number, [ slot:number]):boolean -- Get the configuration of the export bus pointing in the specified direction.
  19.   getMaxEnergyStored              function([direction:number=6]):number -- Returns the maximum amount of stored energy for the given side.
  20.   getOfferedEnergy                function
  21.   getSinkTier                     function
  22.   isEnergyProvider                function():number -- Returns whether this component can provide energy.
  23.   isEnergyReceiver                function():number -- Returns whether this component can receive energy.
  24.   setExportConfiguration          function(side:number[, slot:number][, database:address, entry:number):boolean -- Configure the export bus pointing in the specified direction to export item stacks matching the specified descriptor.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement