C_CVar.GetCVarBitfield

From Warcraft Wiki
Jump to navigation Jump to search

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