Difference between revisions of "CliYRes"

From Wiki
Jump to: navigation, search
(Description)
Line 1: Line 1:
__NOTOC__
+
{{header|Client Variables|rw|The #cliYRes system variable determines the height of the gameplay window.}}
== #cliYRes ==
+
'''Client System Variables'''
+
=== Description ===
+
{{rw}}
+
  
The #cliYRes system variable determines the height of the gameplay window.
 
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
Line 16: Line 11:
 
</pre>
 
</pre>
  
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[Var_cliXRes|&#0035;cliXRes]] || Width=200px | [[Var_cliLeft|&#0035;cliLeft]] || Width=200px | [[Var_cliTop|&#0035;cliTop]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Client_Variables|Client System Variables]]
+
|}
+

Revision as of 08:46, 27 August 2005

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

Main Page Documentation