Difference between revisions of "CliTop"

From Wiki
Jump to: navigation, search
(#cliTop)
Line 1: Line 1:
__NOTOC__
+
{{header|Client|rw|Returns the Y coordinate of the top edge of the gameplay window}}
== #cliTop ==
+
'''Client System Variables'''
+
=== Description ===
+
{{rw}}
+
  
Returns the Y coordinate of the top edge of the gameplay window
 
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
Line 15: Line 10:
  
 
</pre>
 
</pre>
==== See Also ====
+
 
{|
+
{{footer}}
| Width=200px | [[Var_cliXRes|&#0035;cliXRes]] || Width=200px | [[Var_cliYRes|&#0035;cliYRes]] || Width=200px | [[Var_cliLeft|&#0035;cliLeft]] 
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Client_Variables|Client System Variables]]
+
|}
+

Revision as of 18:25, 26 August 2005

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

Main Page Documentation