lua:global:gettime
Returns the current system time in seconds. Similar to calling os.time() with no argument, but also gives milliseconds.
say(os.time()) say(gettime())
You say '1420731923' You say '1420731923.3929'
lua/global/gettime.txt · Last modified: 2015/04/26 16:56 by vodur