WoW:API FontString GetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
mNo edit summary
Line 5: Line 5:
  text = <i>FontString</i>:GetText();
  text = <i>FontString</i>:GetText();


Returns the text from any FontString UI object.
Returns the text from any [[API_FontString|FontString]] UI object.


----
----

Revision as of 00:37, 25 July 2006

Widget API ← FontString < GetText

FontString:GetText -Documentation by coder_1024-
text = FontString:GetText();

Returns the text from any FontString UI object.


Arguments
none

Returns
text
text
String - The text of the FontString.