WoW:API FontString SetFormattedText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "local time=100 setFirattedText("%d:%02d", floor(time/60), time%60)")
 
m (Move page script moved page API FontString SetFormattedText to API FontString SetFormattedText without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
local time=100
{{stub/API}}
{{widgetmethod}}
local time=100


setFirattedText("%d:%02d", floor(time/60), time%60)
setFormattedText("%d:%02d", floor(time/60), time%60)
 
== See also ==
{{sectionstub}}
<!--* {{api|FontString:GetFormattedText|t=w}}
* [[Widget handlers]]-->

Latest revision as of 04:45, 15 August 2023

Widget API ← FontString < SetFormattedText

local time=100
setFormattedText("%d:%02d", floor(time/60), time%60)

See also[edit]

Icon-edit-22x22.png
Note: This is a generic section stub. You can help expand it by clicking Sprite-monaco-pencil.png Edit on the section title.