Difference between revisions of "Turtle.attackUp"
From ComputerCraft Wiki
(Created page to resolve dep. issues.) |
(Corrected mapping from "Boolean" to "Boolean (type)") |
||
Line 2: | Line 2: | ||
|name=turtle.attackUp | |name=turtle.attackUp | ||
|api=turtle | |api=turtle | ||
− | |returns=[[boolean]] whether the turtle succeeded in attacking upwards | + | |returns=[[boolean_(type)|boolean]] whether the turtle succeeded in attacking upwards |
|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
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 |