Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:World of Warcraft API
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Settings === :{{id|API|CombatTextSetActiveUnit}}(unit) - changes the entity for which COMBAT_TEXT_UPDATE events fire. :{{id|API|DownloadSettings}}() - Download a backup of your settings from the server. :{{id|API|GetCVar}}("cVar") - Returns the current value of a console variable. :{{id|API|GetCVarDefault}}("cVar") - Returns the default value of a console variable. :{{id|API|GetCVarBool}}("cVar") - Returns the value of the cvar as 1 or nil instead of requiring you to compare the cvar value with "0" or "1" :{{id|API|GetCVarInfo}}("cVar") - returns name, defaultValue, serverStoredAccountWide, serverStoredPerCharacter :{{id|API|GetCurrentMultisampleFormat}}() - Get the current in-use multi-sample (antialias) format. :{{id|API|GetCurrentResolution}}() - Get the index of the current screen resolution. :{{id|API|GetGamma}}() :{{id|API|GetMultisampleFormats}}() - Get the available multi-sample (antialias) formats.. :{{id|API|GetRefreshRates}}(x) :{{id|API|GetScreenResolutions}}() :{{id|API|GetVideoCaps}}() :{{id|API|IsThreatWarningEnabled}}() - returns whether threat warnings should currently be displayed. :{{id|API|RegisterCVar}}("cVar"[, value]) - Registers a variable for use with the [[#GetCVar]] and [[#SetCVar]] functions. :{{id|API|ResetPerformanceValues}}() :{{id|API|ResetTutorials}}() :{{id|API|SetCVar}}("cVar", value[, "scriptCVar"]) - Set the value of a variable in config.wtf :{{id|API|SetEuropeanNumbers}}(flag) - Sets the decimal separator to a comma instead of a dot :{{id|API|SetGamma}}(value) :{{id|API|SetLayoutMode}}() :{{id|API|SetMultisampleFormat}}(index) - Set the multi-sample (antialias) format to use. :{{id|API|SetScreenResolution}}(x) :{{id|API|ShowCloak}}(flag) - Set whether player's cloak is displayed. :{{id|API|ShowHelm}}(flag) - Set whether player's helm is displayed. :{{id|API|ShowNumericThreat}}() - Returns 1 if detailed threat information should be shown on unit frames. :{{id|API|ShowingCloak}}() - Return 1 if player's cloak is displayed, nil otherwise. :{{id|API|ShowingHelm}}() - Return 1 if player's helm is displayed, nil otherwise. :{{id|API|UploadSettings}}() - Uploads a backup of your settings to the server.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)