#include <client.h>
Public Attributes | |
| list_t | entry |
| dltype_t | type |
| dlstate_t | state |
| char | path [1] |
| list_t dlqueue_t::entry |
Definition at line 368 of file client.h.
Referenced by CL_QueueDownload().
| char dlqueue_t::path[1] |
Definition at line 371 of file client.h.
Referenced by CL_FinishDownload(), CL_HandleDownload(), CL_QueueDownload(), Con_DrawSolidConsole(), finish_download(), finish_udp_download(), rescan_queue(), start_download(), and start_udp_download().
| dlstate_t dlqueue_t::state |
Definition at line 370 of file client.h.
Referenced by abort_downloads(), CL_FinishDownload(), CL_QueueDownload(), CL_StartNextDownload(), downloads_pending(), get_free_handle(), rescan_queue(), start_download(), start_next_download(), and start_udp_download().
| dltype_t dlqueue_t::type |
Definition at line 369 of file client.h.
Referenced by abort_downloads(), CL_QueueDownload(), downloads_pending(), finish_download(), rescan_queue(), start_download(), and start_next_download().