Skip to content

Commit

Permalink
Add turtle.getTurn() to help
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobDev committed Oct 4, 2017
1 parent b60379b commit fcb7202
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ turtle.getFuelLevel()
turtle.getFuelLimit() turtle.getFuelLimit()
turtle.refuel( [quantity] ) turtle.refuel( [quantity] )
turtle.craft( [quantity] ) (requires Crafty Turtle) turtle.craft( [quantity] ) (requires Crafty Turtle)
turtle.getTurn()


Events fired by the Turtle API: Events fired by the Turtle API:
"turtle_inventory" when any of the items in the inventory are changed. Use comparison operations to inspect the changes. "turtle_inventory" when any of the items in the inventory are changed. Use comparison operations to inspect the changes.

0 comments on commit fcb7202

Please sign in to comment.