Search found 2 matches

by NKI
Fri Jul 06, 2018 9:31 am
Forum: Support and Development
Topic: love.timer.getFPS() is sometimes returning a table and sometimes a number
Replies: 2
Views: 2006

Re: love.timer.getFPS() is sometimes returning a table and sometimes a number

Thanks! I did not know the diference between the colon and the point 😁.
by NKI
Fri Jul 06, 2018 8:55 am
Forum: Support and Development
Topic: love.timer.getFPS() is sometimes returning a table and sometimes a number
Replies: 2
Views: 2006

love.timer.getFPS() is sometimes returning a table and sometimes a number

Today i am making my own timer system in Love2d, but in one function to change the delay of the timer, when i use the love.timer.getFPS() it returns me a table and when i use it on a love.graphics.print() it returns me a number. This is actually what i am doing: --Timer returning function function T...