ContSize

From Wiki
Revision as of 22:59, 20 December 2005 by Kedrick Valorite (Talk | contribs) (container note)

Jump to: navigation, search
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