It seems useful to get the delay to server to simulate server movement on client side. I realize this could be implemented manually with server messages, but since the server is already pinging the client, I was wondering if its possible to get those messages instead?
I suppose the other option would just be to increment a state counter and track the delay on that state update?