I do not use currentTime:TimeInterval as the basis for in-game time.

If you are developing a network game, it is best to use server time as the basis for game time. If you are developing a standalone game, it is best to use the rendering frame count as the basis for game time.

I do not use currentTime:TimeInterval as the basis for in-game time.
 
 
Q