WoW:API Button GetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
{{stub/api}}


Gets text from an item set in bracelets, for example button or editbox and returns it as string.
Gets the text on the button.
text = Button:GetText()
 
 
== Arguments ==
None
 
 
== Returns ==
:; text : String - The text on the button

Revision as of 14:16, 27 June 2007

Widget API ← Button < GetText

Gets the text on the button.

text = Button:GetText()


Arguments

None


Returns

text
String - The text on the button