Difference between revisions of "ContPosY"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #contPosY ==
+
== #contPosX ==
 
'''Container System Variables'''
 
'''Container System Variables'''
 
=== Description ===
 
=== Description ===
 
{{rw}}
 
{{rw}}
 +
 +
The [[Var_contPosY|#contPosY]] system variable determines the Y-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_contPosX|&#0035;contPosX]] || 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:41, 15 August 2005

#contPosX

Container System Variables

Description

The #contPosY system variable determines the Y-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

#contPosX #contSize #contKind #contID #contType

Main_Page Documentation Container System Variables