Difference between revisions of "Turtle.attackUp"

From ComputerCraft Wiki
Jump to: navigation, search
(Corrected mapping from "Boolean" to "Boolean (type)")
(Adding "see also".)
Line 6: Line 6:
 
|desc=Attempts to attack above the turtle.
 
|desc=Attempts to attack above the turtle.
 
}}
 
}}
 +
 +
==See also==
 +
*[[turtle.attack]]
 +
*[[turtle.attackDown]]
  
 
[[Category:Lua_Core_Functions]]
 
[[Category:Lua_Core_Functions]]

Revision as of 16:07, 24 April 2015

Grid Redstone.png  Function turtle.attackUp
Attempts to attack above the turtle.
Syntax turtle.attackUp()
Returns boolean whether the turtle succeeded in attacking upwards
Part of ComputerCraft
API turtle


See also