Difference between revisions of "NextCPosY"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|container|rw|The #nextCPosY system variable determines the y-coordinate of where the next container/gump will open.}}
== #nextCPosY ==
+
'''Container System Variables'''
+
=== Description ===
+
{{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 the #nextCPosX and #nextCPosY variables to work.}}
 
+
''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 ====
Line 19: Line 12:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[Var_nextCPosX|&#0035;nextCPosX]] || Width=200px | [[contPos|contPos]]|| Width=200px | [[nextCPos|nextCPos]] 
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Container|Container System Variables]]
+
|}
+

Revision as of 12:55, 26 August 2005

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 the #nextCPosX and #nextCPosY variables to work.

Example

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

See also

Main Page Documentation