Difference between revisions of "Turtle.attackDown"

From ComputerCraft Wiki
Jump to: navigation, search
(This attacks below, not above)
(Adding "see also".)
Line 6: Line 6:
 
|desc=Attempts to attack below the turtle.
 
|desc=Attempts to attack below the turtle.
 
}}
 
}}
 +
 +
==See also==
 +
*[[turtle.attack]]
 +
*[[turtle.attackUp]]
  
 
[[Category:Lua_Core_Functions]]
 
[[Category:Lua_Core_Functions]]

Revision as of 16:07, 24 April 2015

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


See also