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

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 12: Line 12:
 
== 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:31, 19 October 2005

Syntax

WindowPos [-viewable] [-stealth] <#,#>

Forms

  • Windowpos <#,#> - sets the upper left part of the window to the X,Y coordination given
  • WindowPos -viewable <#,#> - same as above except ignores the titlebar.
  • WindowPos -stealth <#,#> - sets the upper left part of the window to the X,Y coordination given and does not inform the game that the window has moved

Examples

  • Windowpos 100,100
sets upper left of window to the pixel at 100,100

See Also