Difference between revisions of "ContPosY"

From Wiki
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
+
{{header|container|rw|The #contPosY system variable determines the Y-coordinate of the currently selected container/gump.}}
== #contPosX ==
+
 
'''Container System Variables'''
+
 
=== Description ===
+
{{contNote}}
{{rw}}
+
  
The [[Var_contPosY|#contPosY]] system variable determines the Y-coordinate of the currently selected container/gump.
 
  
 
==== Example ====
 
==== Example ====
Line 15: Line 13:
  
 
</pre>
 
</pre>
==== See Also ====
+
=See Also=
{|
+
{{Container}}
| 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]]
+
|}
+

Latest revision as of 10:08, 7 September 2007

The #contPosY system variable determines the Y-coordinate of the currently selected container/gump.


Note: EasyUO currently only holds information in the #cont* on the "top most" gump. This means that the last gump that was opened or moved in any way is what EUO is reporting.


Example

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

See Also

Container

  • Container system variables represent information available about the top most (or most reacent) gump that was opened, moved, or clicked in the Ultima Online Client.
#nextCPosX Returns the x-coordinate of where the next container/gump will open
#nextCPosY Returns the y-coordinate of where the next container/gump will open
#contSize Returns the size of the currently selected container/gump
#contPosX Returns the x-coordinate of the currently selected container/gump
#contPosY Returns the y-coordinate of the currently selected container/gump
#contKind Returns the kind of the currently selected container/gump
#contID Returns the id of the currently selected container/gump
#contType Returns the object type of the currently selected container/gump
#contName Returns the name of currently selected container/gump