WoW:API FontString SetFormattedText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API FontString SetFormattedText to API FontString SetFormattedText without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
← Widget API ← FontString < SetFormattedText
local time=100
setFormattedText("%d:%02d", floor(time/60), time%60)