Difference between revisions of "UO.ContKind"
From OpenEUO
(Created page with " UO.ContKind ⇒ Returns the kind of the "top most" gump. This means that the last gump that was opened or moved in any way. Most menus have a kind attached to them. The can be u...") |
|||
Line 1: | Line 1: | ||
UO.ContKind | UO.ContKind | ||
⇒ Returns the kind of the "top most" gump. This means that the last gump that was opened or moved in any way. Most menus have a kind attached to them. The can be utilized to find out if a crafting menu is open, if something is being dragged, if a runebook is open and many other things. This value is not static and can change every time a new patch is released for the client. | ⇒ Returns the kind of the "top most" gump. This means that the last gump that was opened or moved in any way. Most menus have a kind attached to them. The can be utilized to find out if a crafting menu is open, if something is being dragged, if a runebook is open and many other things. This value is not static and can change every time a new patch is released for the client. | ||
+ | |||
+ | [[UO.ContID]] | ||
+ | |||
+ | [[UO.ContName]] | ||
+ | |||
+ | [[UO.ContType]] |
Latest revision as of 11:30, 9 October 2010
UO.ContKind
⇒ Returns the kind of the "top most" gump. This means that the last gump that was opened or moved in any way. Most menus have a kind attached to them. The can be utilized to find out if a crafting menu is open, if something is being dragged, if a runebook is open and many other things. This value is not static and can change every time a new patch is released for the client.