From the wonderful RedGuides Wiki
This command is added by MacroQuest
Syntax Key
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
|
/mqoverlay [reload | resume | debug | stop | start]
|
Description
|
Simple controls for the imgui overlay in MacroQuest. If imgui crashes, it can be resumed with this command.
|
|
Options
Option |
Description |
reload |
reloads the overlay |
resume |
If imgui crashes, it can be resumed with this option. |
debug |
overlay debug info |
start | stop |
starts or stops the overlay |
Examples
See also