Difference between revisions of "ISKernel:Console (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 
{{CMD-DR|Console|Beginner|Beginner|Newbie|Beginner}}
 
{{CMD-DR|Console|Beginner|Beginner|Newbie|Beginner}}
Console on|off|toggle
+
Console on|off|toggle|<UI Fully Qualified Name>
  
== Description ==
+
== Forms ==
Changes the status of the console windows visibility.
+
*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 ==
 
== Examples ==
Line 13: Line 16:
 
=== Open console if closed, close console if opened ===
 
=== Open console if closed, close console if opened ===
 
*Console toggle
 
*Console toggle
 +
=== Set the current console to a new console ===
 +
*Console console@mywindow
  
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 +
*[[IS:Kernel#Commands|Kernel Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 +
  
 
{{Command-Stub}}
 
{{Command-Stub}}
 
[[Category:Inner Space]]
 
[[Category:Inner Space]]
[[Category:Inner Space Session]]
+
[[Category:Inner Space Kernel]]
[[Category:Inner Space Session Commands]]
+
[[Category:Inner Space Kernel Commands]]

Latest revision as of 04:54, 19 October 2005

Syntax

Command Difficulty Rating
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