WoW ControlPanel addon Dragonflight/Wrath of the Lich King Classic 2024
logo
wow addon ControlPanel

ControlPanel

Game Version: 7.0.3
Total Downloads: 2,457
Updated: Jul 24, 2016
Created: Mar 3, 2016
download ControlPanelDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
23 +1 More release 256.53 KB Jul 24, 2016 7.0.3 1,410 download ControlPanel 23

+1 More releaseDownload
18 +1 More release 252.13 KB May 31, 2016 6.2.4 280 download ControlPanel 18

+1 More releaseDownload
15 +1 More release 246.35 KB May 30, 2016 6.2.4 72 download ControlPanel 15

+1 More releaseDownload
14 +1 More release 51.28 KB May 30, 2016 6.2.4 30 download ControlPanel 14

+1 More releaseDownload
9 +1 More release 238.47 KB May 30, 2016 6.2.4 59 download ControlPanel 9

+1 More releaseDownload
r22 +1 More alpha 191.11 KB Jul 24, 2016 7.0.3 35 download ControlPanel r22

+1 More alphaDownload
r21 +1 More alpha 191.05 KB Jul 24, 2016 7.0.3 23 download ControlPanel r21

+1 More alphaDownload
r20 +1 More alpha 190.40 KB Jul 21, 2016 7.0.3 52 download ControlPanel r20

+1 More alphaDownload
r19 +1 More alpha 190.41 KB Jul 21, 2016 7.0.3 19 download ControlPanel r19

+1 More alphaDownload
r17 +1 More alpha 190.50 KB May 31, 2016 6.2.4 18 download ControlPanel r17

+1 More alphaDownload
r13 +1 More alpha 184.72 KB May 30, 2016 6.2.4 20 download ControlPanel r13

+1 More alphaDownload
r12 +1 More alpha 192.00 KB May 30, 2016 6.2.4 11 download ControlPanel r12

+1 More alphaDownload
r11 +1 More alpha 191.51 KB May 30, 2016 6.2.4 14 download ControlPanel r11

+1 More alphaDownload
r8 +1 More alpha 176.84 KB May 30, 2016 6.2.4 15 download ControlPanel r8

+1 More alphaDownload
r7 +1 More alpha 176.63 KB May 30, 2016 6.2.4 18 download ControlPanel r7

+1 More alphaDownload
r6 +1 More alpha 144.47 KB May 29, 2016 6.2.4 17 download ControlPanel r6

+1 More alphaDownload
r4 +1 More alpha 159.84 KB Mar 12, 2016 6.2.3 46 download ControlPanel r4

+1 More alphaDownload
r3 +1 More alpha 137.47 KB Mar 3, 2016 6.2.3 28 download ControlPanel r3

+1 More alphaDownload
r2 +1 More alpha 137.01 KB Mar 3, 2016 6.2.3 34 download ControlPanel r2

+1 More alphaDownload

Screenshots

Description

Share this:

Introduction

ControlPanel is a system setting addon. It designed to replace the System Setting.

Features

  • The Graphics setting in System is bugged currently. Graphics settings auto-set to ultra
  • Different characters might need different profiles.
  • Many game settings are inaccessible in System Settings.

/cp or /controlpanel to open controlpanel options dialog.

ControlPanel APIs

ControlPanel can work without ControlPanel_Options. ControlPanel itself is just a CVar manager. If your need ControlPanel to manage your CVars, here are the APIs.

local ControlPanel = LibStub("AceAddon-3.0"):GetAddon("ControlPanel")
--First you need GetAddon

--API
function ControlPanel:SetCVar(key,value)

--API
function ControlPanel:GetCVar(key)

--API
function ControlPanel:GetCVarBool(key)

--API
function ControlPanel:GetCVarNumber(key)

--API
function ControlPanel:FireCVar(key)
logo
wow addon ControlPanel

ControlPanel

Game Version: 7.0.3
Total Downloads: 2,141
Updated: Jul 24, 2016
Created: Mar 1, 2016
download ControlPanelDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
23 268991201 Jul 24, 2016 7.0.3 1,291 download ControlPanel 23Download
18 264377467 May 31, 2016 6.2.4 270 download ControlPanel 18Download
15 258316698 May 30, 2016 6.2.4 61 download ControlPanel 15Download
14 53770977 May 30, 2016 6.2.4 21 download ControlPanel 14Download
9 250053919 May 30, 2016 6.2.4 49 download ControlPanel 9Download

Screenshots

Description

Share this:

Introduction

ControlPanel is a system setting addon. It designed to replace the System Setting.

Features

  • The Graphics setting in System is bugged currently. Graphics settings auto-set to ultra
  • Different characters might need different profiles.
  • Many game settings are inaccessible in System Settings.

/cp or /controlpanel to open controlpanel options dialog.

ControlPanel APIs

ControlPanel can work without ControlPanel_Options. ControlPanel itself is just a CVar manager. If your need ControlPanel to manage your CVars, here are the APIs.

local ControlPanel = LibStub("AceAddon-3.0"):GetAddon("ControlPanel")
--First you need GetAddon

--API
function ControlPanel:SetCVar(key,value)

--API
function ControlPanel:GetCVar(key)

--API
function ControlPanel:GetCVarBool(key)

--API
function ControlPanel:GetCVarNumber(key)

--API
function ControlPanel:FireCVar(key)

Comments

Add a comment