cf_client_tick¶
Category: net
GitHub: cute_networking.h
Updates the client using CF's own clock (CF_DELTA_TIME and the system time).
Remarks¶
A convenience over cf_client_update for games that just run on the app clock, so you
don't have to plumb dt and a unix timestamp by hand. Call once per frame.