Difference between revisions of "ContPosX"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|container|rw|The #contPosX system variable determines the x-coordinate of the currently selected container/gump.}}
== #contPosX ==
+
'''Container System Variables'''
+
=== Description ===
+
{{rw}}
+
 
+
The [[Var_contPosX|#contPosX]] system variable determines the x-coordinate of the currently selected container/gump.
+
  
 
==== Example ====
 
==== Example ====
Line 15: Line 9:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[Var_contPosY|&#0035;contPosY]] || Width=200px | [[Var_contSize|&#0035;contSize]] || Width=200px | [[Var_contKind|&#0035;contKind]] || Width=200px | [[Var_contID|&#0035;contID]] || Width=200px | [[Var_contType|&#0035;contType]] 
+
|}
+
--------
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Container|Container System Variables]]
+
|}
+

Revision as of 12:56, 26 August 2005

The #contPosX system variable determines the x-coordinate of the currently selected container/gump.

Example

set #contPosX 10
set #contPosY 10
contpos
;Will move the current container/Gump to position 10 10

See also

Main Page Documentation