Difference between revisions of "Talk:love.timer.getMicroTime"

m (Really needed a new line there)
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
float getMicroTime() const;
 
float getMicroTime() const;
 
</source>
 
</source>
 +
@return The time (in seconds)
 
--[[User:Technocat|TechnoCat]] 02:45, 3 March 2010 (UTC)
 
--[[User:Technocat|TechnoCat]] 02:45, 3 March 2010 (UTC)
 +
 +
Told you --[[User:Bartbes|Bartbes]] 07:11, 3 March 2010 (UTC)

Latest revision as of 07:11, 3 March 2010

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;

@return The time (in seconds) --TechnoCat 02:45, 3 March 2010 (UTC)

Told you --Bartbes 07:11, 3 March 2010 (UTC)