WoW:API FontString GetText: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Returns the text from any [[UIOBJECT FontString|FontString]] UI object. | |||
text = <i>FontString</i>:GetText(); | text = <i>FontString</i>:GetText(); | ||
== Parameters == | |||
=== Arguments === | |||
:<i>none</i> | :<i>none</i> | ||
=== Returns === | |||
:;text : String - The text of the FontString. | :;text : String - The text of the FontString. | ||
Revision as of 00:13, 6 August 2006
← 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.