ContType

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

Jump to: navigation, search
The #contType system variable determines the object type of the currently selected container/gump.


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 #contType <> %trashbarreltype
       gosub opentrash
....

See also

Main Page Documentation