Timer: Revision history

From Vendetta Lua
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 August 2011

11 July 2009

16 June 2009

23 September 2007

22 July 2007

  • curprev 02:2902:29, 22 July 2007Chefkoch talk contribs 1,559 bytes +1,559 New page: Timer class. Similar to iup.Timer == Example == timer1 = Timer() -- instantiate timer1<br> timer1:SetTimeout(10000, function() print("test") end) -- tell timer1 to print "test" after 10...