Difference between revisions of "ContSize"
From Wiki
Panther.sn (Talk | contribs) |
|||
| Line 4: | Line 4: | ||
=== Description === | === Description === | ||
{{ro}} | {{ro}} | ||
| + | |||
| + | The [[var_contSize|#contSize]] system variable determines the size of the currently selected container/gump. The format is as follows: "{Width}_{Height}". | ||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
| − | + | if #contSize = 101_101 ;if the front container/gump's size is 101 101 | |
| + | { | ||
| + | ..... | ||
| + | } | ||
</pre> | </pre> | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
| − | | Width=200px | | + | | Width=200px | [[Var_contPosX|#contPosX]] || Width=200px | [[Var_contPosY|#contPosY]] || 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:35, 15 August 2005
#contSize
Container System Variables
Description
⇒
The #contSize system variable determines the size of the currently selected container/gump. The format is as follows: "{Width}_{Height}".
Example
if #contSize = 101_101 ;if the front container/gump's size is 101 101
{
.....
}
See Also
| #contPosX | #contPosY | #contKind | #contID | #contType |
| Main_Page | Documentation | Container System Variables |