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 (Adding keyword.)
Line 1: Line 1:
 
{{#set:LOVE Version=Any}}
 
{{#set:LOVE Version=Any}}
 
{{#set:Description=Time-based functions for Lua.}}
 
{{#set:Description=Time-based functions for Lua.}}
 +
{{#set:Keyword=Timer}}
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 11:37, 18 January 2017


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.