WoW:API Button GetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API Button GetText to API Button GetText without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Gets text from an item set in bracelets, for example button or editbox and returns it as string.
{{widgetmethod}}
 
Gets the text on the button.
text = Button:GetText()
 
 
== Arguments ==
None
 
 
== Returns ==
:; text : String - The text on the button

Latest revision as of 04:45, 15 August 2023

Widget API ← Button < GetText

Gets the text on the button.

text = Button:GetText()


Arguments[edit]

None


Returns[edit]

text
String - The text on the button