Difference between revisions of "ISKernel:Console (Command)"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
== See Also == | == See Also == | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
− | + | [[Category:Inner Space Kernel]] | |
− | + | [[Category:Inner Space Kernel Commands]] | |
Revision as of 04:53, 19 October 2005
Contents
Syntax
Console | |
Usage | Beginner |
Level of Understanding | Beginner |
Computer Savvy | Newbie |
Logic | Beginner |
Console on|off|toggle|<UI Fully Qualified Name>
Forms
- Console on - opens the console
- Console off - closes the console
- Console toggle - Toggles the console windows visibility
- Console <UI Fully Qualified Name> - Sets the "current console" for the current script to another console
Examples
Opening the Console
- Console on
Closing the Console
- Console off
Open console if closed, close console if opened
- Console toggle
Set the current console to a new console
- Console console@mywindow
See Also