Difference between revisions of "Advanced Computer"
From ComputerCraft Wiki
(→Exclusive Functions) |
|||
Line 14: | Line 14: | ||
[[Category:Consoles]] | [[Category:Consoles]] | ||
− | ==Exclusive Programs & | + | ==Exclusive Programs & APIs== |
*Paint | *Paint | ||
*paintutils (API) | *paintutils (API) |
Revision as of 21:24, 21 October 2012
The advanced computer is a computer that have mouse and colour API support. They may have more exclusive features soon. They resemble the traditional computer console, but are golden coloured to match their crafting recipe.Recipe
Exclusive Functions
- term.setTextColour(colours._color)
- term.setBackgroundColour(colours._color)
- (where _color is the color, like blue)
Exclusive Programs & APIs
- Paint
- paintutils (API)
History
- 1.45 PR1 - Added Advanced Computers
- 1.45 PR3 - Changed around the mouse function