|
Xonotic
|
#include "rootdialog.qh"
Include dependency graph for dialog_termsofservice.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | XonoticToSDialog |
Functions | |
| void | XonoticToS_OnGet (entity fh, entity me, int status) |
Variables | |
| int | autocvar__termsofservice_accepted |
| const string | termsofservice_url = "http://update.xonotic.org/tos.txt" |
Definition at line 31 of file dialog_termsofservice.qc.
References strcat(), strfree, strzone(), url_fclose(), url_fgets(), URL_READY_CANREAD, URL_READY_CLOSED, and URL_READY_ERROR.
Referenced by XonoticToSDialog_loadXonoticToS().
Here is the call graph for this function:
Here is the caller graph for this function:| int autocvar__termsofservice_accepted |
Definition at line 3 of file dialog_termsofservice.qh.
Referenced by XonoticToSDialog_fill(), and XonoticToSDialog_shouldShow().
| const string termsofservice_url = "http://update.xonotic.org/tos.txt" |
Definition at line 4 of file dialog_termsofservice.qh.
Referenced by XonoticToSDialog_loadXonoticToS().