m
Added a note that SetBinding does not work in combat as of 2.0.1.
No edit summary |
m (Added a note that SetBinding does not work in combat as of 2.0.1.) |
||
| Line 8: | Line 8: | ||
If the function succeeds, the keys are usable immediately in game and will appear in the GUI key bindings window. However, they are not written to disk unless [[API SaveBindings|SaveBindings()]] is called. [[API SaveBindings|SaveBindings()]] is not called as part of the normal Logout procedure, so you either have to call it manually or open the GUI key binding window and click Okay. | If the function succeeds, the keys are usable immediately in game and will appear in the GUI key bindings window. However, they are not written to disk unless [[API SaveBindings|SaveBindings()]] is called. [[API SaveBindings|SaveBindings()]] is not called as part of the normal Logout procedure, so you either have to call it manually or open the GUI key binding window and click Okay. | ||
SetBinding no longer appears to work if your character is in combat. (2.0.1) | |||
---- | ---- | ||