Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia

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[]

Battle for Azeroth Patch 8.1.5 (2019-03-12): Namespaced to C_CVar.GetCVarBitfield().

See also[]