Difference between revisions of "cron.lua"

(Created page with "{{#set:LOVE Version=Any}} {{#set:Description=Time-based functions for Lua.}} Category:Libraries [http://love2d.org/forums/viewtopic.php?f=5&t=2882 Original forum thread ]. ...")
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#set:LOVE Version=Any}}
 
{{#set:Description=Time-based functions for Lua.}}
 
 
[[Category:Libraries]]
 
 
 
[http://love2d.org/forums/viewtopic.php?f=5&t=2882 Original forum thread ].
 
[http://love2d.org/forums/viewtopic.php?f=5&t=2882 Original forum thread ].
  
Line 13: Line 8:
  
 
Please refer to the forum post above or the latest version link for examples of use.
 
Please refer to the forum post above or the latest version link for examples of use.
 +
 +
{{#set:LOVE Version=Any}}
 +
{{#set:Description=Time-based functions for Lua.}}
 +
{{#set:Keyword=Timer}}
 +
[[Category:Libraries]]
 +
 +
== Other Languages ==
 +
{{i18n|cron.lua}}

Latest revision as of 15:21, 15 December 2019

Original forum thread .

Latest version:

https://github.com/kikito/cron.lua

cron.lua are a group of functions that make it easier to program things so they happen in the future - either once or periodically.

Please refer to the forum post above or the latest version link for examples of use.

Other Languages