This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Svangen's profile picture

Need Turtle/ Computer Commands0

Started by Svangen, 04 March 2014 - 07:35 PM
Svangen #1
Posted 04 March 2014 - 08:35 PM
As the title says, i need the commands for computers/ turtles. Such as turtle.attack() or turtle.dig() i'd like to have a full/ close to full list of commands for the turtle and computers (from Computercraft). Thnx :)/>
Lyqyd #2
Posted 04 March 2014 - 10:04 PM
Check out the Wiki. It has complete listings for the APIs that ComputerCraft adds. You can look through the Lua 5.1 documentation for the rest of the APIs, like the string, table and math libraries.
apemanzilla #3
Posted 05 March 2014 - 04:53 AM
here
That' same list of the APIs, the actual functions can be viewed by clicking on one of the links.