Macros | |
| #define | PORT_QTV 27501 |
| Default port to listen for connecting clients. More... | |
Enumerations | |
| enum | redirect_t { RD_NONE, RD_CLIENT, RD_PACKET, RD_NONE, RD_CLIENT, RD_PACKET, RD_MOD } |
Functions | |
| void | qtv_begin_redirect (redirect_t rd, struct client_s *cl) |
| Begin redirection of console printing. More... | |
| void | qtv_end_redirect (void) |
| End redirection of console printing. More... | |
| void | qtv_printf (const char *fmt,...) |
| Formatted console printing with possible redirection. More... | |
| void | qtv_sbar_init (void) |
Variables | |
| struct cbuf_args_s * | qtv_args |
| struct cbuf_s * | qtv_cbuf |
| double | realtime |
| struct cvar_s * | sv_timeout |