turtle.digUp

From ComputerCraft Wiki
Revision as of 21:41, 9 April 2014 by MKlegoman357 (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function turtle.digUp
Attempts to dig the block above of the turtle.
Syntax turtle.digUp()
Returns boolean did the turtle dig the block?
Part of ComputerCraft
API turtle

Examples

Grid paper.png  Example
Digs the block above the turtle.
Code
print(turtle.digUp())
Output true if the turtle could dig the block, false if it could not or no block present.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox