Its pretty self explanatory.
Is there any real difference between os.time()
and tick()
?
Thing is when i run this code:
print(tick() .. " / " .. os.time())
The results between tick and os.time are pretty similar.
The only noticeable difference is that tick has decimals.
Is there more i should know about these two functions?