Difference between revisions of "Turtle.attackDown"
From ComputerCraft Wiki
(Corrected mapping from "Boolean" to "Boolean (type)") |
(This attacks below, not above) |
||
Line 4: | Line 4: | ||
|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 | ||
− | |desc=Attempts to attack | + | |desc=Attempts to attack below the turtle. |
}} | }} | ||
[[Category:Lua_Core_Functions]] | [[Category:Lua_Core_Functions]] |
Revision as of 20:18, 10 May 2013
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 |