Difference between revisions of "Advanced Computer"

From ComputerCraft Wiki
Jump to: navigation, search
m (Redstone_dust -> Redstone)
m (Ported to Template:Block)
Line 1: Line 1:
[[File:AdvancedComputerPaint.png|frame|right|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 [[recipes|recipe]].
+
{{Block
 +
|name=Advanced Computer
 +
|image=Iso_Advanced_Computer.png
 +
|id=4095
 +
|damage-value=The ID of the Computer.
 +
|is-peripheral=Yes
 +
}}
 +
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 [[recipes|recipe]].
 
==Recipe==
 
==Recipe==
 
{{Crafting grid
 
{{Crafting grid
Line 9: Line 16:
  
 
==Exclusive Functions==
 
==Exclusive Functions==
 +
[[File:AdvancedComputerPaint.png|frame|right|An advanced computer running Paint, an exclusive program]]
 
[[Advanced Computer|Advanced Computers]] and [[Advanced Monitor|Advanced Monitors]] both have access to color-setting functions in the [[Term (API)]]. In contrast, the standard [[Computer|Computers]] and [[Monitor|Monitors]] do not have access to color-setting functions.
 
[[Advanced Computer|Advanced Computers]] and [[Advanced Monitor|Advanced Monitors]] both have access to color-setting functions in the [[Term (API)]]. In contrast, the standard [[Computer|Computers]] and [[Monitor|Monitors]] do not have access to color-setting functions.
  

Revision as of 16:13, 7 December 2012

Grid workbench.png   Advanced Computer
Iso Advanced Computer.png
Item ID 4095
Damage Value The ID of the Computer.
Peripheral? Yes

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

Redstone

glass_pane

Gold_Ingot

Gold_Ingot

Gold_Ingot

Advanced_Computer



Exclusive Functions

An advanced computer running Paint, an exclusive program

Advanced Computers and Advanced Monitors both have access to color-setting functions in the Term (API). In contrast, the standard Computers and Monitors do not have access to color-setting functions.

Exclusive Programs & APIs

Peripheral Functions

computer stands for the variable you wrapped the computer to. Example: computer = peripheral.wrap( "top" )

Method name Description
computer.turnOn() Turns on the Computer or Turtle.
computer.shutdown() Shuts off the Computer or Turtle.
computer.reboot() Reboots the Computer or Turtle.
computer.getID() Gets the ID of the Computer or Turtle.