Difference between revisions of "ContPosX"

From Wiki
Jump to: navigation, search
m
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
{{rw}}
 
{{rw}}
 +
 +
The [[Var_contPosX|#contPosX]] system variable determines the x-coordinate of the currently selected container/gump.
  
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
 
+
set #contPosX 10
 +
set #contPosY 10
 +
contpos
 +
;Will move the current container/Gump to position 10 10
  
 
</pre>
 
</pre>
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px |  
+
| 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]]
 
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Container|Container System Variables]]
 
|}
 
|}

Revision as of 20:40, 15 August 2005

#contPosX

Container System Variables

Description

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

#contPosY #contSize #contKind #contID #contType

Main_Page Documentation Container System Variables