mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-04 03:27:19 -04:00
Updated ComponentAccess (markdown)
parent
5eaedef161
commit
b958948ad7
@ -3,7 +3,7 @@ This page describes how to get access to a [[component's API|Components]] from L
|
||||
Addresses
|
||||
---------
|
||||
|
||||
Components all have an address. This address is a UUID, a unique identifier. In most cases it is OK to abbreviate these addresses. For example to get the full address from an abbreviated one you can use `component.get`. To get the address of any block in particular, you can use the [[Analyzer|BlocksItems#Analyzer]] by holding the control key while right clicking the block.
|
||||
Components all have an address. This address is a UUID, a unique identifier. In most cases it is OK to abbreviate these addresses. For example to get the full address from an abbreviated one you can use `component.get`. To get the address of any block in particular, you can use the [[Analyzer|Items#Analyzer]] by holding the control key while right clicking the block.
|
||||
|
||||
To get a list of all components attached to your computer you can do this:
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user