WoW:API FontString GetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
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 = <i>FontString</i>:GetText();


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


:<i>none</i>
:<i>none</i>


----
=== Returns ===
;''Returns''


:text
:;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.