API FontString GetText
Talk0
98,585pages on
this wiki
this wiki
Returns the text from any FontString UI object.
text = FontString:GetText();
Parameters
Arguments
- none
Returns
- text
- String - The text of the FontString. Returns nil if the FontString is an empty string.