• Hud Repaint
    4 replies, posted
I have never been so understand on how the hud system actuallly works, does it constantly get refreshed/updated after a certain interval of time, is it by ticks or what?
The client calls HUDPaint every tick
[QUOTE=Disseminate;21198426]The client calls HUDPaint every tick[/QUOTE] Incorrect - HUDPaint is called at exactly the same interval as Think - approximately every 1/60th of a second. Tick is much faster.
My mistake.
okay thanks, that makes everything so obvious in coding now haha.
Sorry, you need to Log In to post a reply to this thread.