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

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
WindowScale [%]
  
== Description ==
+
== Forms ==
 +
WindowScale % - Scales the window size based on the in-game resolution
  
 
== Examples ==
 
== Examples ==
 +
===Change to 50% of the window resolution===
 +
*WindowScale 50%
 +
;Output
 +
New Window Scale: 50.0%
  
 
== 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}}
 +
[[Category:Inner Space]]
 +
[[Category:Inner Space Kernel]]
 +
[[Category:Inner Space Kernel Commands]]

Latest revision as of 04:30, 19 October 2005

Syntax

WindowScale [%]

Forms

WindowScale % - Scales the window size based on the in-game resolution

Examples

Change to 50% of the window resolution

  • WindowScale 50%
Output
New Window Scale: 50.0%

See Also