m
Move page script moved page API ActionButtonUp to WoW:API ActionButtonUp without leaving a redirect
m (Changed Description to 2nd-level header) |
m (Move page script moved page API ActionButtonUp to WoW:API ActionButtonUp without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{framexmlfunc|FrameXML/ActionButton.lua}} | {{protectedapi|2.0|}} | ||
{{framexmlfunc|FrameXML/ActionButton.lua}} | |||
ActionButtonUp(buttonID [, onSelf]); | ActionButtonUp(buttonID [, onSelf]); | ||
Releases the specified action button. | Releases the specified action button. | ||
==Parameters== | ==Parameters== | ||
| Line 16: | Line 15: | ||
===Returns=== | ===Returns=== | ||
:;nil | :;nil | ||
==Example== | ==Example== | ||
| Line 48: | Line 46: | ||
==Description== | ==Description== | ||
:Changes buttonID's state to NORMAL. | :Changes buttonID's state to NORMAL. | ||
: | :''NOTE:'' Works with ActionBarFrame & BonusActionBarFrame. | ||