Command:/windows
This command is added by MacroQuest
Notation | Description |
---|---|
Text without brackets or braces | Required items |
<Text inside angle brackets> | Placeholder for which you must supply a value |
[Text inside square brackets] | Optional items |
Vertical bar (|) | Separator for mutually exclusive items; choose one |
{Text | inside | braces} | Set of required items; choose one |
Ellipsis (…) | Items that can be repeated |
Syntax | /windows [ <name> | open ] |
---|---|
Description | Lists available UI windows (they are usable with /notify). An easier way to search windows is with the Window Inspector, found in the Command:/mqconsole GUI. |
Options
Option | Description |
---|---|
open | List all currently open windows in UI |
<name> | Will list child windows of <name> |
Examples
- You can list child windows like so,
/windows InventoryWindow
- To find the name of a window quickly, use the LastMouseOver member. Hover over a window, and then type:
/echo ${EverQuest.LastMouseOver.Name}