Difference between revisions of "ContSize"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|container|ro|The [[var_contSize|#contSize]] system variable determines the size of the currently selected container/gump. The format is as follows: "{Width}_{Height}".}}
== #contSize ==
+
'''Container System Variables'''
+
=== Description ===
+
{{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 ====
Line 15: Line 9:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| 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]]
+
|}
+

Revision as of 12:55, 26 August 2005

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

Main Page Documentation