Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement
This function is implemented in FrameXML/UIParent.lua.

Sets the value of a named global variable. Deprecated, use the global table _G instead:

setglobal(globalKey, newValue)
_G[globalKey] = newValue

Arguments[]

globalName
Any - "Name" of the global you want to change.
newValue
Any - Value you want to set the global to.
Advertisement