Difference between revisions of "Time"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>time</c> returns the number of seconds since the script started running. Category:Intrinsic Functions")
 
m (Added See Also links)
Line 1: Line 1:
 
<c>time</c> returns the number of seconds since the script started running.
 
<c>time</c> returns the number of seconds since the script started running.
 +
 +
See also: [[wait]], [[yield]]
  
 
[[Category:Intrinsic Functions]]
 
[[Category:Intrinsic Functions]]

Revision as of 13:23, 29 March 2021

time returns the number of seconds since the script started running.

See also: wait, yield