Difference between revisions of "ISKernel:WindowScale (Command)"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
− | WindowScale [ | + | WindowScale [%] |
− | == | + | == 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}} | {{Command-Stub}} | ||
[[Category:Inner Space]] | [[Category:Inner Space]] | ||
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel]] |
− | [[Category:Inner Space | + | [[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