![]() |
Wowpedia is no longer updated, go away. |
Returns the bitfield of a console variable.
value = C_CVar.GetCVarBitfield(name, index) = GetCVarBitfield
Arguments[]
- name
- string : CVar - name of the CVar.
- index
- number - Bitfield index.
Returns[]
- value
- boolean? - Value of the bitfield.
Patch changes[]
Patch 8.1.5 (2019-03-12): Namespaced to
C_CVar.GetCVarBitfield()
.