WoW:API FontString SetFormattedText: Difference between revisions
Jump to navigation
Jump to search
(Created page with "local time=100 setFirattedText("%d:%02d", floor(time/60), time%60)") |
No edit summary |
||
Line 1: | Line 1: | ||
local time=100 | {{stub/API}} | ||
{{widgetmethod}} | |||
local time=100 | |||
setFormattedText("%d:%02d", floor(time/60), time%60) | |||
== See also == | |||
{{sectionstub}} | |||
<!--* {{api|FontString:GetFormattedText|t=w}} | |||
* [[Widget handlers]]--> |
Revision as of 20:12, 2 March 2015
← Widget API ← FontString < SetFormattedText
local time=100
setFormattedText("%d:%02d", floor(time/60), time%60)