Talk:love.timer.getMicroTime

In microseconds?

Heh, who thought of that? It is in seconds! (I coded it) --Bartbes 15:45, 2 March 2010 (UTC) /** * Gets the amount of time passed since an unspecified time. The time is accurate * to the microsecond, and is limited to 24 hours. * @return The time (in seconds) **/ float getMicroTime() const; --TechnoCat 02:45, 3 March 2010 (UTC)