Difference between revisions of "Term.isColor"
From ComputerCraft Wiki
m (Grammar, we use it.) |
SuicidalSTDz (Talk | contribs) m (Added boolean tag) |
||
Line 2: | Line 2: | ||
{{Function | {{Function | ||
|name=term.isColor | |name=term.isColor | ||
− | |returns= | + | |returns=[[boolean_(type)|boolean]] returns true if it's an advanced computer. |
|api=term | |api=term | ||
|addon=ComputerCraft | |addon=ComputerCraft |
Revision as of 20:43, 3 June 2013
Function term.isColor | |
Returns true if it's an advanced computer. | |
Syntax | term.isColor() |
Returns | boolean returns true if it's an advanced computer. |
Part of | ComputerCraft |
API | term |