Updated APIs (markdown)

Florian Nücke 2014-03-06 00:33:33 -08:00
parent 900097c6ad
commit 754f513afb

@ -16,7 +16,7 @@ The standard libraries aside, OpenComputers comes with a couple of additional, b
- [[Computer|API/Computer]]: information on and interactions with the computer the Lua state is running on.
- [[Event|API/Event]]: a very rudimentary event system (intended for libraries) and filtered signal pulling.
- [[FileSystem|API/FileSystem]]: abstracted interaction with file system components.
- [[HTTP|API/HTTP]]: a simple wrapper for HTTP requests.
- [[Internet|API/Internet]]: a wrapper for Internet Card functionality.
- [[Keyboard|API/Keyboard]]: a table of key codes by name and pressed key tracking.
- [[Process|API/Process]]: keeps track of running programs and their environments
- [[Robot|API/Robot]]: abstracted access to robot actions.