v3_clear_events()
void v3_clear_events(void);
Removes all pending events from the event queue. This should only be called when disconnecting from a server, otherwise, the client will be out of sync with the server.
void v3_clear_events(void);
Removes all pending events from the event queue. This should only be called when disconnecting from a server, otherwise, the client will be out of sync with the server.