WoW:API FontString GetText: Difference between revisions

m
Move page script moved page API FontString GetText to WoW:API FontString GetText without leaving a redirect
mNo edit summary
m (Move page script moved page API FontString GetText to WoW:API FontString GetText without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}


<center>'''FontString:GetText''' ''-Documentation by [[user:coder_1024|coder_1024]]-''</center>
Returns the text from any [[UIOBJECT FontString|FontString]] UI object.


  text = <i>FontString</i>:GetText();
  text = ''FontString'':GetText();


Returns the text from any [[API_FontString|FontString]] UI object.
== Parameters ==
=== Arguments ===


----
:''none''
;''Arguments''


:<i>none</i>
=== Returns ===


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