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
|
/framelimiter [command] {options}
|
Description
|
Frame limiter tool: allows adjusting internal frame limiter settings.
|
|
Options
Option |
Description |
enable | on |
turn the framelimiter on (background) |
disable | off |
turn the rendering client off |
toggle |
set/toggle the framelimiter functionality |
enablefg | onfg |
turn the framelimiter on (foreground) |
disablefg | offfg |
turn the framelimiter off (foreground) |
savebychar |
set/toggle saving settings by character |
bgrender |
set/toggle rendering when client is in background |
imguirender |
set/toggle rendering ImGui when rendering is otherwise disabled |
uirender |
set/toggle rendering the UI when rendering is otherwise disabled |
clearscreen |
set/toggle clearing (blanking) the screen when rendering is disabled |
bgfps |
set the FPS rate for the background process |
fgfps |
set the FPS rate for the foreground process |
simfps |
sets the minimum FPS the simulation will run |
reloadsettings |
reload settings from ini |
-h, -?, help |
displays help text |
Examples
See also