Difference between revisions of "ContSize"

From Wiki
Jump to: navigation, search
(container note)
Line 1: Line 1:
 
{{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}".}}
 
{{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}".}}
 +
 +
 +
{{contNote}}
 +
  
 
==== Example ====
 
==== Example ====

Revision as of 22:59, 20 December 2005

The #contSize system variable determines the size of the currently selected container/gump. The format is as follows: "{Width}_{Height}".


Note: EasyUO currently only holds information in the #cont* on the "top most" gump. This means that the last gump that was opened or moved in any way is what EUO is reporting.


Example

if #contSize = 101_101 ;if the front container/gump's size is 101 101
{
.....
}

See also

Main Page Documentation