RSS

Пятница, 29.03.2024, 18:35
Главная » WoW API » API Виджеты » Строка, использующая шрифт »

FontString:SetFormattedText("formatString", ...)

[ править ]
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)

Также смотрите: Строка, использующая шрифт
Ссылки: http://wowprogramming.com/docs/widgets/FontString/SetFormattedText