AE2 - Triborda/opencomputers-wiki GitHub Wiki
AE2 with OC
OC has support for AE2 ME systems in the base mod. ME systems may be accessed when a block from the ME system is placed next to an adapter connected to the computer. Certain functions require a specific block to be connected to the adapter.
Common functions for all ME system blocks
getItemsInNetwork([filter:table]):table
Parameters
- filter: table - uses a filter table to filter items returned
returns
table - A numbered list consisting of elements of type Item corresponding to items found in the ME system
getCpus():table
Parameters
none
Returns
table - A numbered list consisting of elements of type ME_CPU corresponding to all AE2 CPU multiblocks connected to the ME system