WoW:API FontString GetText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Robot: converting/fixing HTML) |
||
| Line 3: | Line 3: | ||
Returns the text from any [[UIOBJECT FontString|FontString]] UI object. | Returns the text from any [[UIOBJECT FontString|FontString]] UI object. | ||
text = | text = ''FontString'':GetText(); | ||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
: | :''none'' | ||
=== Returns === | === Returns === | ||
:;text : String - The text of the FontString. | :;text : String - The text of the FontString. | ||
Revision as of 09:30, 20 January 2007
← Widget API ← FontString < GetText
Returns the text from any FontString UI object.
text = FontString:GetText();
Parameters
Arguments
- none
Returns
- text
- String - The text of the FontString.