Turtle.attackDown
From ComputerCraft Wiki
Revision as of 13:48, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Corrected mapping from "Boolean" to "Boolean (type)")
Function turtle.attackDown | |
Attempts to attack above the turtle. | |
Syntax | turtle.attackDown() |
Returns | boolean whether the turtle succeeded in attacking downwards |
Part of | ComputerCraft |
API | turtle |