Difference between revisions of "Advanced Computer"

From ComputerCraft Wiki
Jump to: navigation, search
(Updated/Improved)
Line 2: Line 2:
 
|name=Advanced Computer
 
|name=Advanced Computer
 
|image=Iso_Advanced_Computer.png
 
|image=Iso_Advanced_Computer.png
|id=4095
+
|id=ComputerCraft:CC-Computer
|damage-value=The ID of the Computer.
+
|damage-value=16384
 
|is-peripheral=Yes
 
|is-peripheral=Yes
|peripheral-api=Term (API)
+
|peripheral-api=Computer (API)
 
}}
 
}}
The Advanced Computer is a [[Computer]] that has mouse support and can use the [[Color_(API)|Color API]] for screen colors. They resemble the traditional computer console, but are golden coloured to match their crafting [[recipes|recipe]]. Computers and Advanced Computers have a [[resolution]] of 51 pixels/characters horizontally by 19 pixels/characters vertically.
+
The Advanced Computer is a [[Computer]] that has mouse support and can use the [[Color_(API)|Color API]] for screen colors. They resemble the traditional computer console, but are golden coloured to match their crafting [[recipes|recipe]]. [[Computer]]s, Advanced Computers and [[Command Computer]]s have a [[resolution]] of 51 pixels/characters horizontally by 19 pixels/characters vertically.
 
==Recipe==
 
==Recipe==
 
{{Crafting grid
 
{{Crafting grid
Line 18: Line 18:
 
==Exclusive Functions==
 
==Exclusive Functions==
 
[[File:AdvancedComputerPaint.png|frame|right|An advanced computer running Paint, a built-in program]]
 
[[File:AdvancedComputerPaint.png|frame|right|An advanced computer running Paint, a built-in 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 Computers are capable of detecting mouse clicks, drags and scrolls, while the standard [[Computer|Computers]] and [[Monitor|Monitors]] cannot.
+
[[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 full access to color-setting functions; they can only use black and white [[colors_(API)|colors]]. Advanced Computers are capable of [[mouse_click_(event)|detecting mouse clicks]], [[mouse_drag_(event)|drags]] and [[mouse_scroll_(event)|scrolls]], while the standard [[Computer|Computers]] and [[Monitor|Monitors]] cannot.
  
 
==Exclusive Programs & APIs==
 
==Exclusive Programs & APIs==
Line 25: Line 25:
  
 
== Peripheral Functions ==
 
== Peripheral Functions ==
'''''computer'' stands for the variable you wrapped the computer to.'''
+
Supports all the methods available to a [[Computer]] or [[Turtle]].
''Example:'' computer = peripheral.wrap( "top" )
+
*[[Computer (API)]]
 
+
<br/>
{| class="wikitable"
+
!style="background:#EEE" width="210px"|Method name
+
!style="background:#EEE" width="*"|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.
+
|}
+
  
 
{{BlocksItemsList}}
 
{{BlocksItemsList}}
 
[[Category:Blocks]][[Category:Consoles]]
 
[[Category:Blocks]][[Category:Consoles]]

Revision as of 12:50, 17 February 2015

Grid workbench.png   Advanced Computer
Iso Advanced Computer.png
Item ID ComputerCraft:CC-Computer
Damage Value 16384
Peripheral? Yes- Computer (API)

The Advanced Computer is a Computer that has mouse support and can use the Color API for screen colors. They resemble the traditional computer console, but are golden coloured to match their crafting recipe. Computers, Advanced Computers and Command Computers have a resolution of 51 pixels/characters horizontally by 19 pixels/characters vertically.

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, a built-in 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 full access to color-setting functions; they can only use black and white colors. Advanced Computers are capable of detecting mouse clicks, drags and scrolls, while the standard Computers and Monitors cannot.

Exclusive Programs & APIs

Peripheral Functions

Supports all the methods available to a Computer or Turtle.


Grid Redstone.pngComputerCraft Blocks and Items
Grid paper.png  Blocks
 Iso Computer.png  Computer Iso Advanced Computer.png  Advanced Computer Iso Command Computer.png  Command Computer Iso DiskDrive.png  Disk Drive
 Iso Monitor.png  Monitor Iso Advanced Monitor.png  Advanced Monitor Iso Printer.png  Printer Grid turtle.png  Turtle
 Grid Modem.png  Wireless Modem Grid Ender Modem.png  Ender Modem Grid Wired Modem.png  Wired Modem Grid Networking Cable.png  Networking Cable
Grid paper.png  Items
 Grid Pocket Computer.png  Pocket Computer Grid Advanced Pocket Computer.png  Advanced Pocket Computer Grid disk.png  Floppy Disk Grid printed page.png  Printed Page
 Grid printed pages.png  Printed Pages Grid printed book .png  Printed Book