void WEB_CGameCommands(void)
void WEB_CGameCvars(void)
bool WEB_CGameDownloadFromUser(const char *cgameId, int category, const char *filename, int userId=-1)
Downloads a file from the server and store it in the user directory.
int WEB_CGameListForUser(const char *cgameId, int category, int userId=-1)
Shows the uploaded files for the particular cgame category and the given userid.
bool WEB_CGameDelete(const char *cgameId, int category, const char *filename)
Deletes a user owned file on the server.
bool WEB_CGameUpload(const char *cgameId, int category, const char *filename)
Uploads a file to the server.