Updated APIs (markdown)

Florian Nücke 2014-03-05 12:27:51 -08:00
parent a59a460ca5
commit 4b10126153

@ -10,6 +10,7 @@ Custom Libraries
The standard libraries aside, OpenComputers comes with a couple of additional, built-in libraries. Here is a list of all these libraries. Note that some of these may not be usable depending on your configuration (HTTP) and context (Robot library on computers), but they'll still be there. The standard libraries aside, OpenComputers comes with a couple of additional, built-in libraries. Here is a list of all these libraries. Note that some of these may not be usable depending on your configuration (HTTP) and context (Robot library on computers), but they'll still be there.
- [[Buffer|API/Buffer]]: a Lua `FILE*` API buffer implementation for wrapping streams.
- [[Colors|API/Colors]]: a global table that allows referencing standard Minecraft colors by name. - [[Colors|API/Colors]]: a global table that allows referencing standard Minecraft colors by name.
- [[Component|API/Component]]: look-up and management of components attached to the computer. - [[Component|API/Component]]: look-up and management of components attached to the computer.
- [[Computer|API/Computer]]: information on and interactions with the computer the Lua state is running on. - [[Computer|API/Computer]]: information on and interactions with the computer the Lua state is running on.
@ -17,6 +18,7 @@ The standard libraries aside, OpenComputers comes with a couple of additional, b
- [[FileSystem|API/FileSystem]]: abstracted interaction with file system components. - [[FileSystem|API/FileSystem]]: abstracted interaction with file system components.
- [[HTTP|API/HTTP]]: a simple wrapper for HTTP requests. - [[HTTP|API/HTTP]]: a simple wrapper for HTTP requests.
- [[Keyboard|API/Keyboard]]: a table of key codes by name and pressed key tracking. - [[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. - [[Robot|API/Robot]]: abstracted access to robot actions.
- [[Shell|API/Shell]]: working path tracking and program execution. - [[Shell|API/Shell]]: working path tracking and program execution.
- [[Sides|API/Sides]]: a global table that allows referencing sides by name. - [[Sides|API/Sides]]: a global table that allows referencing sides by name.