Updated ComponentAccess (markdown)

istasi 2014-07-13 03:52:58 -07:00
parent f893b19de8
commit f33b81fcee

@ -22,7 +22,7 @@ Primary Components
------------------
The [[component API|API/Component]] keeps track of one component of each type as a "primary" component. If there are multiple components of the same type, which one will be the primary component is random. You can access the primary component of a specific type via `component.xxx`, where `xxx` is the type. For example:
```
lua> component.gpu.address
lua> =component.gpu.address
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
```