Difference between revisions of "CliTop"

From Wiki
Jump to: navigation, search
(Description)
(#cliTop)
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_cliLeft|&#0035;cliLeft]] 
 
|}
 
|}
 
----
 
----

Revision as of 19:47, 15 August 2005

#cliTop

Client System Variables

Description

Returns the Y coordinate of the top 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 #cliLeft

Main_Page Documentation Client System Variables