Difference between revisions of "ContPosY"
From Wiki
(container note) |
|||
| Line 1: | Line 1: | ||
{{header|container|rw|The #contPosY system variable determines the Y-coordinate of the currently selected container/gump.}} | {{header|container|rw|The #contPosY system variable determines the Y-coordinate of the currently selected container/gump.}} | ||
| + | |||
| + | |||
| + | {{contNote}} | ||
| + | |||
==== Example ==== | ==== Example ==== | ||
Revision as of 21:59, 20 December 2005
| ⇔ | 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
| Main Page | Documentation |