WoW:API GetCVar: Difference between revisions
Jump to navigation
Jump to search
(bp) |
m (Move page script moved page API GetCVar to WoW:API GetCVar without leaving a redirect) |
(No difference)
| |
Latest revision as of 04:45, 15 August 2023
Returns the current value of a console variable.
value = GetCVar("cvarName")
Arguments
- cvarName
- String (CVar) - name of the CVar to query the value of.
Returns
- value
- String - current value of the CVar.
Notes
- Calling this function with an invalid variable name will cause an error.