Difference between revisions of "Turtle.attackDown"

From ComputerCraft Wiki
Jump to: navigation, search
(Created to resolve dep. issues.)
 
(Corrected mapping from "Boolean" to "Boolean (type)")
Line 2: Line 2:
 
|name=turtle.attackDown
 
|name=turtle.attackDown
 
|api=turtle
 
|api=turtle
|returns=[[boolean]] whether the turtle succeeded in attacking downwards
+
|returns=[[boolean_(type)|boolean]] whether the turtle succeeded in attacking downwards
 
|addon=ComputerCraft
 
|addon=ComputerCraft
 
|desc=Attempts to attack above the turtle.
 
|desc=Attempts to attack above the turtle.

Revision as of 13:48, 30 November 2012

Grid Redstone.png  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