m
Move page script moved page API GetCVar to WoW:API GetCVar without leaving a redirect
(Reformat and expand.) |
m (Move page script moved page API GetCVar to WoW:API GetCVar without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Returns the current value of a console variable. | |||
value = GetCVar("cvarName") | 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 == | == Notes == | ||
* Calling this function with an invalid variable name will cause an error. | |||
* Calling | |||