Advanced Computer
From ComputerCraft Wiki
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.
Contents |
Recipe
Exclusive Functions
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. Advanced Computers are capable of detecting mouse clicks, drags and scrolls, while the standard Computers and Monitors cannot.
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. |
![]() | ||||||||||
![]() | ||||||||||
|
||||||||||
![]() | ||||||||||
|