Difference between revisions of "ContPos"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{command header|client}}
== ContPos ==
+
{{body|contPos {X-Coordinate} {Y-Coordinate}|The contPos command moves the currently active topmost gump to the coordinates specified.}}
'''Client'''
+
=== Synopsis ===
+
contPos {X-Coordinate} {Y-Coordinate}
+
 
+
 
+
=== Description ===
+
The contPos command moves the currently active topmost gump to the coordinates specified.
+
  
  
Line 18: Line 11:
 
</pre>
 
</pre>
  
 
+
{{footer}}
==== See Also ====
+
{|
+
| Width=200px | [[NextCPos]] || Width=200px | [[Var_ContPosX|&#0035;ContPosX]] || width=200px | [[Var_ContPosY|&#0035;ContPosY]] || Width=200px | [[var_nextCPosX|&#0035;nextCPosX]] || Width=200px | [[var_nextCPosY|&#0035;nextCPosY]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Client |Client ]]
+
|}
+

Revision as of 11:16, 27 August 2005

Synopsis

contPos {X-Coordinate} {Y-Coordinate}

Description

The contPos command moves the currently active topmost gump to the coordinates specified.


Example

msg bank $
wait 20
contpos 10 10
halt

See also

Main Page Documentation