Difference between revisions of "CliLeft"

From Wiki
Jump to: navigation, search
(Description)
(#cliLeft)
Line 9: Line 9:
 
<pre>
 
<pre>
  
 +
; Move the gameplay window to the top/left corner
 +
set #cliLeft 0
 +
set #cliTop 0
 +
halt
  
 
</pre>
 
</pre>
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px |  
+
| Width=200px | [[Var_cliXRes|&#0035;cliXRes]] || Width=200px | [[Var_cliYRes|&#0035;cliYRes]] || Width=200px | [[Var_cliTop|&#0035;cliTop]]
 
|}
 
|}
 
----
 
----

Revision as of 19:45, 15 August 2005

#cliLeft

Client System Variables

Description

Returns the X coordinate of the left edge of the gameplay window

Example


; Move the gameplay window to the top/left corner
set #cliLeft 0
set #cliTop 0
halt

See Also

#cliXRes #cliYRes #cliTop

Main_Page Documentation Client System Variables