- This wiki is out of date, use the continuation of this wiki instead
Get timer
From FenixWiki
(Difference between revisions)
Revision as of 00:56, 29 December 2007 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:time ==Definition== '''INT''' get_timer ( ) Returns the time the program has been running in milliseconds. == Returns == '''INT''' : The time the pro...) ← Previous diff |
Revision as of 19:50, 12 January 2008 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 6: | Line 6: | ||
Returns the time the program has been running in milliseconds. | Returns the time the program has been running in milliseconds. | ||
+ | |||
+ | '''Since [[0.87b]].''' | ||
== Returns == | == Returns == | ||
'''INT''' : The time the program has been running in milliseconds. | '''INT''' : The time the program has been running in milliseconds. |
Revision as of 19:50, 12 January 2008
Definition
INT get_timer ( )
Returns the time the program has been running in milliseconds.
Since 0.87b.
Returns
INT : The time the program has been running in milliseconds.