Difference between revisions of "Term.isColor"
From ComputerCraft Wiki
(Fix example) |
m (Moved to CAT:APIFunctions) |
||
Line 12: | Line 12: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:40, 28 November 2012
Function term.isColor | |
Returns if the computer can display colors. | |
Syntax | term.isColor() |
Returns | If the computer can display colors. |
Part of | ComputerCraft |
API | term |