WoW:API SaveBindings: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API SaveBindings to API SaveBindings without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''SaveBindings'''</center>
{{wowapi}}
Writes the current in-memory key bindings to disk and fires an [[Events U (UI, Unit, Update, Use)#UPDATE_BINDINGS|UPDATE_BINDINGS]] event when finished.  The file it writes to is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.


Writes the current in-memory key bindings to disk and fires an [[Events U (UI, Unit, Update, Use)#UPDATE_BINDINGS|UPDATE_BINDINGS]] event when finished.  The file it writes to is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.
SaveBindings(which)


==Parameters==
==Parameters==
===Arguments===
===Arguments===
:(Integer which)


:SaveBindings takes either 1 or 2 as it's argument as of 1.9.  I'm not sure yet what they do yet.  [[User:Gxam|Gxam]] 19:58, 6 Jan 2006 (EST)
:;which : Integer - Can be the values 1 or 2. This value indicates whether the current key bindings set should be saved as account or character specific. One of following constants should be used:
:;;ACCOUNT_BINDINGS (1)
:;;CHARACTER_BINDINGS (2)


===Returns===
===Returns===
:Nothing.
:Nothing.__NOTOC__
 
----
{{Template:WoW API}}
__NOTOC__

Latest revision as of 04:47, 15 August 2023

WoW API < SaveBindings

Writes the current in-memory key bindings to disk and fires an UPDATE_BINDINGS event when finished. The file it writes to is WTF\Account\ACCOUNTNAME\bindings-cache.wtf.

SaveBindings(which)

Parameters[edit]

Arguments[edit]

(Integer which)
which
Integer - Can be the values 1 or 2. This value indicates whether the current key bindings set should be saved as account or character specific. One of following constants should be used:
ACCOUNT_BINDINGS (1)
CHARACTER_BINDINGS (2)

Returns[edit]

Nothing.