Sets the text displayed in the font string using format specifiers.
Sets the text displayed in the font string using format specifiers. Equivalent to :SetText(format(format, ...)), but does not create a throwaway Lua string object, resulting in greater memory-usage efficiency.
Signature:
Code
FontString:SetFormattedText("formatString", ...)
Arguments:
formatString - A string containing format specifiers (as with string.format()) (string)
... - A list of values to be included in the formatted string (list)