WoW:API FontString GetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Robot: converting/fixing HTML)
Line 12: Line 12:
=== Returns ===
=== Returns ===


:;text : String - The text of the FontString.
:;text : String - The text of the FontString. Returns nil if the FontString is an empty string.

Revision as of 15:54, 7 April 2008

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. Returns nil if the FontString is an empty string.