Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns if either account or character-specific bindings are active.

which = GetCurrentBindingSet()

Returns[]

which
number - One of the following values:
ACCOUNT_BINDINGS = 1
indicates that account-wide bindings are currently active.
CHARACTER_BINDINGS = 2
indicates that per-character bindings are currently active.

Details[]

  • The return value of this function depends on the last call to SaveBindings.
Advertisement