wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..UnlockMaxFps Property

Most versions of bot works better with high FPS in-game (but this use more CPU and RAM. This option unlock the "Maximum FPS" option in game (https://wowwiki.fandom.com/wiki/CVar_maxFPS and https://wowwiki.fandom.com/wiki/CVar_maxFPSBk)

Namespace:  wManager
Assembly:  wManager (in wManager.dll)

Syntax


public bool UnlockMaxFps { get; set; }
Public Property UnlockMaxFps As Boolean
	Get
	Set
public:
property bool^ UnlockMaxFps {
	bool^ get ();
	void set (bool^ value);
}