Difference between revisions of "CliYRes"

From Wiki
Jump to: navigation, search
(Example)
(Description)
Line 5: Line 5:
 
{{rw}}
 
{{rw}}
  
 +
The #cliYRes system variable determines the height of the gameplay window.
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>

Revision as of 20:02, 15 August 2005

#cliYRes

Client System Variables

Description

The #cliYRes system variable determines the height of the gameplay window.

Example


; Make the game play window small
set #cliXRes 100
set #cliYRes 100
halt

See Also

#cliXRes #cliLeft #cliTop

Main_Page Documentation Client System Variables