turtle.compareDown
From ComputerCraft Wiki
Revision as of 21:14, 15 March 2012 by SgtBurned (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=turtle.compareDown |args= |api=turtle |returns=boolean if the block in below is the same as the one in the selected Slot. |addon=ComputerCra...")
| Detects if the block in below is the same as the one in the selected Slot. | |
| Syntax | turtle.compareDown() |
| Returns | boolean if the block in below is the same as the one in the selected Slot. |
| Part of | ComputerCraft |
| API | turtle |
Examples
| Detects if the block below is the same as the one in the selected Slot. | |
| Code |
turtle.compareDown() |