Difference between revisions of "NextCPosY"
From Wiki
Panther.sn (Talk | contribs) |
|||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
{{rw}} | {{rw}} | ||
+ | |||
+ | The [[Var_nextCPosY|#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 ==== | ==== Example ==== | ||
<pre> | <pre> | ||
− | + | ; Open bank box at 10,10 | |
+ | set #nextCPosX 10 | ||
+ | set #nextCPosY 10 | ||
+ | msg bank$ | ||
+ | halt | ||
</pre> | </pre> | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
− | | Width=200px | | + | | Width=200px | [[Var_nextCPosX|#nextCPosX]] || Width=200px | [[contPos|contPos]]|| Width=200px | [[nextCPos|nextCPos]] |
|} | |} | ||
---- | ---- |
Revision as of 19:28, 15 August 2005
#nextCPosY
Container System Variables
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 |
Main_Page | Documentation | Container System Variables |