m
Move page script moved page API FontString GetText to WoW:API FontString GetText without leaving a redirect
No edit summary |
m (Move page script moved page API FontString GetText to WoW:API FontString GetText without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
Returns the text from any [[UIOBJECT FontString|FontString]] UI object. | Returns the text from any [[UIOBJECT FontString|FontString]] UI object. | ||
text = | text = ''FontString'':GetText(); | ||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
: | :''none'' | ||
=== 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. | ||