WoW:API ClearOverrideBindings: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} {{protectedcombatapi|2.0}} Removes all override bindings owned by a particular frame. ClearOverrideBindings(owner); == Arguments == ; owner : Frame - The frame to cl…') |
m (Move page script moved page API ClearOverrideBindings to API ClearOverrideBindings without leaving a redirect) |
(No difference)
| |
Latest revision as of 04:45, 15 August 2023
← WoW API < ClearOverrideBindings
This function is protected, and cannot be called from insecure code while in in combat.
|
Removes all override bindings owned by a particular frame.
ClearOverrideBindings(owner);
Arguments
- owner
- Frame - The frame to clear override bindings for.
Details
- The client will automatically restore overridden bindings once override bindings are cleared.