turtle.compareTo

From ComputerCraft Wiki
Revision as of 01:02, 25 September 2012 by Legomany3448 (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=turtle.compareTo |args=slot |api=turtle |returns=boolean true if the selected item matches the one in the specified slot. |addon=ComputerCra...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

{{Function |name=turtle.compareTo |args=slot |api=turtle |returns=boolean true if the selected item matches the one in the specified slot. |addon=ComputerCraft |desc=Detects if the block in below is the same as the one in the selected Slot. |examples=

Grid paper.png  Example
Detects if the item in the selected slot is the same as the one in the specified slot.
Code
turtle.compareTo()