Difference between revisions of "Turtle.attackDown"

From ComputerCraft Wiki
Jump to: navigation, search
(Adding "see also".)
(Add toolSide argument)
 
Line 2: Line 2:
 
|name=turtle.attackDown
 
|name=turtle.attackDown
 
|api=turtle
 
|api=turtle
 +
|args=[<nowiki/>{{type|string}} toolSide]
 
|returns=[[boolean_(type)|boolean]] whether the turtle succeeded in attacking downwards
 
|returns=[[boolean_(type)|boolean]] whether the turtle succeeded in attacking downwards
 
|addon=ComputerCraft
 
|addon=ComputerCraft

Latest revision as of 10:35, 24 October 2018

Grid Redstone.png  Function turtle.attackDown
Attempts to attack below the turtle.
Syntax turtle.attackDown([string toolSide])
Returns boolean whether the turtle succeeded in attacking downwards
Part of ComputerCraft
API turtle


See also