WoW:API SaveBindings: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 19: Line 19:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|SaveBindings]]
[[Category:API Key Binding Functions|SaveBindings]]

Revision as of 15:05, 4 January 2006

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.


Arguments
(no arguments)

Returns
(does not return anything)

Example
SaveBindings();

Template:WoW API