WoW:API GetCurrentBindingSet

From AddOn Studio
Revision as of 14:22, 11 January 2006 by WoWWiki>Legorol
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetCurrentBindingSet -Documentation by Lego-

Queries if the current set of key bindings is account or character specific.

which = GetCurrentBindingSet();

Parameters

Arguments

(nothing)

Returns

(Integer which)
which
Integer - Can be the values 1 or 2. This value indicates whether the currently active key bindings set is account or character specific. One of following constants should be used when examining the return value:
ACCOUNT_BINDINGS (1)
CHARACTER_BINDINGS (2)

Notes

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


Template:WoW API