Take the Tour | Site Map


Documentation
Downloads
Scripts
Community
EUO FAQ
Search

Name

#nextCPosY — (read/write) Determines the y-coordinate of where the next containter/gump will open.

Description

The #nextCPosY system variable determines the y-coordinate of where the next container/gump will open.

Note

The "Offset interface windows rather than perfectly stacking them" option, in Interface options (Mouse Icon) must be turned on for this to work.

Example

; Open bank box at 10,10
set #nextCPosX 10
set #nextCPosY 10
msg bank$
halt

See Also

#nextCPosX, contPos, nextCPos

User Contributed Notes
/www/www.easyuo.com/docs/SysVar_nextCPosY.php
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Wed, 16 Jan 2008 - 11:05:34