WoW:CVar maxFPSBk: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Created)
 
m (Move page script moved page CVar maxFPSBk to WoW:CVar maxFPSBk without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{cvar}}
This cvar sets the maximum FPS of a wow window while its not in focus (minimized or playing in windowed mode, and have something running on top of it).
This cvar sets the maximum FPS of a wow window while its not in focus (minimized or playing in windowed mode, and have something running on top of it).


Line 6: Line 7:


will set the max FPS to 0 when wow isn't in focus.
will set the max FPS to 0 when wow isn't in focus.
[[Category:Console variables|maxFPSBk]]
[[Category:Console variables|maxFPSBk]]

Latest revision as of 04:48, 15 August 2023

Console variables < maxFPSBk

This cvar sets the maximum FPS of a wow window while its not in focus (minimized or playing in windowed mode, and have something running on top of it).

This cvar defaults to 30, however it can be changed to get better computer performance while multi-tasking.

/console maxfpsbk 0

will set the max FPS to 0 when wow isn't in focus.