Difference between revisions of "ContSize"

From Wiki
Jump to: navigation, search
 
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|&#0035;contPosX]] || Width=200px | [[Var_contPosY|&#0035;contPosY]] || Width=200px | [[Var_contKind|&#0035;contKind]] || Width=200px | [[Var_contID|&#0035;contID]] || Width=200px | [[Var_contType|&#0035;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 20: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