SetCVar
ESO Lua API function — used by 76 of the 3,030 addons we indexed (combined 13,912,577 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
SetCVar(string CVarName, string value)Real usage — from Daily Provisioning
SLASH_COMMANDS["/langen"] = function() SetCVar("language.2", "en") end
SLASH_COMMANDS["/langjp"] = function() SetCVar("language.2", "jp") endShort excerpt from the shipping addon Daily Provisioning — its ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.
Most-downloaded addons using it
| Addon | Total downloads |
|---|---|
| WritWorthy | 2,484,332 |
| LibZone | 1,937,031 |
| Daily Provisioning | 1,544,059 |
| LibHistoire - Guild History | 1,505,233 |
| Daily Alchemy | 1,434,977 |
| LibMarify | 1,376,993 |