m
Move page script moved page API Button IsEnabled to WoW:API Button IsEnabled without leaving a redirect
({{widgetmethod}}) |
m (Move page script moved page API Button IsEnabled to WoW:API Button IsEnabled without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Returns whether a button is enabled or not. | |||
isEnabled = button:IsEnabled(); | |||
== Returns == | |||
; isEnabled : Number - 1 if the button is enabled, 0 otherwise. | |||
== Notes == | |||
* Disabled buttons cannot be clicked. | |||