Difference between revisions of "Advanced Computer"

From ComputerCraft Wiki
Jump to: navigation, search
(Exclusive Functions)
Line 11: Line 11:
 
* term.setBackgroundColour(colours._color)
 
* term.setBackgroundColour(colours._color)
 
* (where _color is the color, like blue.)
 
* (where _color is the color, like blue.)
NOTE: English from the US uses "color", while any other English uses "colours".
+
NOTE: English from the US uses "colors", while any other English uses "colours".
 
[[Category:Blocks]]
 
[[Category:Blocks]]
 
[[Category:Consoles]]
 
[[Category:Consoles]]

Revision as of 16:50, 19 November 2012

An advanced computer running Paint, an exclusive program
The advanced computer is a computer that has mouse and colour API support. More exclusive features may be added in another update. They resemble the traditional computer console, but are golden coloured to match their crafting recipe.

Recipe

Gold_Ingot

Gold_Ingot

Gold_Ingot

Gold_Ingot

glass_pane

Gold_Ingot

Gold_Ingot

Gold_Ingot

Advanced_Computer



Exclusive Functions

  • term.setTextColour(colours._color)
  • term.setBackgroundColour(colours._color)
  • (where _color is the color, like blue.)

NOTE: English from the US uses "colors", while any other English uses "colours".

Exclusive Programs & APIs