Wowpedia

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

READ MORE

Wowpedia

Sets the bitfield of a console variable.

success = C_CVar.SetCVarBitfield(name, index, value)
        = SetCVarBitfield

Arguments[]

name
string - Name of the CVar to set the bitfield of.
index
number - Bitfield index.
value
boolean - The new value of the bitfield.

Returns[]

success
boolean - Whether the CVar was successfully set.

Patch changes[]

Dragonflight Patch 10.0.0 (2022-10-25): Removed scriptCVar argument.
Battle for Azeroth Patch 8.1.5 (2019-03-12): Nanespaced to C_CVar.SetCVarBitfield().

See also[]