window.setVisible
From ComputerCraft Wiki
Function window.setVisible | |
A function available to window-based terminal objects created via the window API, which toggles the visibility flag of the window in concern. You may still alter the content of an invisible window, though the changes will only be displayed when the window is next rendered. If a window's parent is invisible, then that window is also treated as invisible. | |
Syntax | window.setVisible(boolean visible) |
Returns | None |
Part of | ComputerCraft |
API | term |