Updated Components (markdown)

Florian Nücke 2013-12-12 12:28:32 -08:00
parent a89ff98504
commit 642973edce

@ -1,5 +1,7 @@
Components that can be accessed from Lua provide their own APIs. This section is the bastard child of the [[block|Blocks]] and [[item|Items]] section and the [[Lua API section|APIs]]. Read the [[article on component interaction|ComponentAccess]] to learn how to obtain access to these APIs. Components that can be accessed from Lua provide their own APIs. This section is the bastard child of the [[block|Blocks]] and [[item|Items]] section and the [[Lua API section|APIs]]. Read the [[article on component interaction|ComponentAccess]] to learn how to obtain access to these APIs.
You'll also want to have a look at the [[signals|Signals]] overview, to get an idea what signals (events) can be queued by which components.
OpenComputers Components OpenComputers Components
------------------------ ------------------------
These components come with the mod and allow interacting with blocks or items of the mod itself. These components come with the mod and allow interacting with blocks or items of the mod itself.