View Single Post
09-28-10, 09:13 AM   #5
Lane
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 36
Originally Posted by Ailae View Post
Or something like:

Code:
FontString:SetFormattedText("%.0f", floor(timeleft))
http://wowprogramming.com/docs/widge...tFormattedText
I don't know C at all so I started to go this direction but couldn't figure out what any of those options mean.

What does %.0f mean in english?