Difference between revisions of "ContPosX"
From Wiki
m |
Panther.sn (Talk | contribs) |
||
| Line 4: | Line 4: | ||
=== Description === | === Description === | ||
{{rw}} | {{rw}} | ||
| + | |||
| + | The [[Var_contPosX|#contPosX]] system variable determines the x-coordinate of the currently selected container/gump. | ||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
| − | + | set #contPosX 10 | |
| + | set #contPosY 10 | ||
| + | contpos | ||
| + | ;Will move the current container/Gump to position 10 10 | ||
</pre> | </pre> | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
| − | | Width=200px | | + | | Width=200px | [[Var_contPosY|#contPosY]] || Width=200px | [[Var_contSize|#contSize]] || Width=200px | [[Var_contKind|#contKind]] || Width=200px | [[Var_contID|#contID]] || Width=200px | [[Var_contType|#contType]] |
|} | |} | ||
| − | ---- | + | -------- |
{| | {| | ||
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Container|Container System Variables]] | | Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Container|Container System Variables]] | ||
|} | |} | ||
Revision as of 19:40, 15 August 2005
#contPosX
Container System Variables
Description
⇔
The #contPosX system variable determines the x-coordinate of the currently selected container/gump.
Example
set #contPosX 10 set #contPosY 10 contpos ;Will move the current container/Gump to position 10 10
See Also
| #contPosY | #contSize | #contKind | #contID | #contType |
| Main_Page | Documentation | Container System Variables |