WoW:API FontString GetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Robot: converting/fixing HTML)
m (Move page script moved page API FontString GetText to API FontString GetText without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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.

Latest revision as of 04:45, 15 August 2023

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.