turtle.refuel
From ComputerCraft Wiki
Revision as of 14:17, 28 July 2012 by 37.148.147.161 (Talk)
Function turtle.refuel | |
Fills the turtle with fuel. | |
Syntax | turtle.refuel() |
Returns | boolean whether the item is a fuel. |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Fills the turtle with fuel. | |
Code |
print(turtle.refuel()) |
Output | true if the item is a fuel, false if not |
--Work in progress, please fix my horrible wiki skills