Difference between revisions of "ContKind"
From Wiki
Panther.sn (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
| − | + | {{header|container|ro|The #contKind system variable determines the kind of the currently selected container/gump. 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.}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | {{ro}} | + | |
| − | |||
| − | + | {{Note|This variable can change every time a new patch is released for the client. Good scripting standards dictate that you use variables in top of your script for #contKind's. In this way #contKind values can easily be updated when the client is patched.}} | |
| − | + | ||
| − | + | ||
==== Example ==== | ==== Example ==== | ||
| Line 19: | Line 12: | ||
</pre> | </pre> | ||
| − | + | {{footer}} | |
| − | { | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | { | + | |
| − | + | ||
| − | + | ||
Revision as of 11:58, 26 August 2005
| ⇒ | The #contKind system variable determines the kind of the currently selected container/gump. 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. |
| Note: | This variable can change every time a new patch is released for the client. Good scripting standards dictate that you use variables in top of your script for #contKind's. In this way #contKind values can easily be updated when the client is patched. |
Example
...
if #contKind <> %craftMenuKind
gosub useNewTool
...
See also
| Main Page | Documentation |