|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "dialog_termsofservice.qh"#include "../menu.qh"#include "mainwindow.qh"#include "dialog_firstrun.qh"#include "textbox.qh"#include "textlabel.qh"#include "button.qh"#include "util.qh"Go to the source code of this file.
Functions | |
| void | Close_Clicked (entity btn, entity me) |
| void | DontAccept_Clicked (entity btn, entity me) |
| void | XonoticToS_OnGet (entity fh, entity me, int status) |
| void | XonoticToSDialog_fill (entity me) |
| void | XonoticToSDialog_loadXonoticToS (entity me) |
| bool | XonoticToSDialog_shouldShow () |
Definition at line 11 of file dialog_termsofservice.qc.
References _Nex_ExtResponseSystem_NewToS, cvar_set(), Dialog_Close(), entity(), ftos(), localcmd(), LOG_INFOF, and main.
Referenced by XonoticToSDialog_fill().
Definition at line 21 of file dialog_termsofservice.qc.
References entity(), and localcmd().
Referenced by XonoticToSDialog_fill().
Definition at line 31 of file dialog_termsofservice.qc.
References entity(), strcat(), url_fclose(), url_fgets(), URL_READY_CANREAD, URL_READY_CLOSED, and URL_READY_ERROR.
Referenced by XonoticToSDialog_loadXonoticToS().
Definition at line 69 of file dialog_termsofservice.qc.
References autocvar__termsofservice_accepted, Close_Clicked(), DontAccept_Clicked(), entity(), makeXonoticButton(), makeXonoticTextBox(), and makeXonoticTextLabel().
Definition at line 26 of file dialog_termsofservice.qc.
References entity(), FILE_READ, termsofservice_url, url_single_fopen(), and XonoticToS_OnGet().
| bool XonoticToSDialog_shouldShow | ( | ) |
Definition at line 64 of file dialog_termsofservice.qc.
References _Nex_ExtResponseSystem_NewToS, and autocvar__termsofservice_accepted.