mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-03 19:17:27 -04:00
Updated Signals (markdown)
parent
3697505934
commit
aff59167ff
@ -1,3 +1,10 @@
|
||||
[](http://ocdoc.cil.li/)
|
||||
|
||||
For those that don't like images: the wiki has moved to a new place, http://ocdoc.cil.li/.
|
||||
*This wiki will no longer be updated.*
|
||||
|
||||
****
|
||||
|
||||
Signals are messages sent to a computer from some external source and can be used for many purposes. They always have at least a name, and may have any number of (simple) parameters. Note that computers may also queue signals on themselves.
|
||||
|
||||
Signals can be consumed using [[computer.pullSignal()|API/Computer]] or its preferred wrapper, [[event.pull()|API/Event]]. The latter is preferred because unwanted signals and the requested signal itself are also distributed as events, which is used by a couple of system functions, such as primary component tracking.
|
||||
|
Loading…
x
Reference in New Issue
Block a user