turtle.select
From ComputerCraft Wiki
Revision as of 10:48, 5 July 2012 by 193.232.53.2 (Talk) (Undo revision 1946 by 91.121.27.33 (talk))
Function turtle.select | |
Attempts to select the specified slot. | |
Syntax | turtle.select(int slotNumber) |
Returns | boolean whether the slot number specified is greater than nine or not. |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Selects the specified slot | |
Code |
print(turtle.select(5)) |
Output | true |
A picture reference[1]