3 posts
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 :)/>
8543 posts
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.
1610 posts
Posted 05 March 2014 - 04:53 AM
hereThat' same list of the APIs, the actual functions can be viewed by clicking on one of the links.