WoWInterface SVN sStats_Clock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

trunk/sStats_Clock/clock.lua
33,6 → 33,7
count = count + elapsed
if count >= 1 then
local time, suffix = strsplit(" ", GameTime_GetTime(true))
if time and suffix then
 
---------------------------------------------------------------------------
-- To set the text of your module, this optional function exists to ensure that
47,6 → 48,7
sStats:SetModuleText(sStats_clockText, time, " "..suffix)
---------------------------------------------------------------------------
 
end
count = 0
end
end)
trunk/sStats_Clock/sStats_Clock.toc
2,7 → 2,7
## Title: sStats_Clock
## Author: Seerah
## Notes: A clock module for sStats
## Version: 1.0.2
## Version: 1.0.3
## Dependencies: sStats
 
clock.lua
\ No newline at end of file