Updated ComponentAccess (markdown)

Florian Nücke 2013-12-04 09:33:53 -08:00
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:
```