|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "dialog_media_demo.qh"#include "demolist.qh"#include "textlabel.qh"#include "inputbox.qh"#include "checkbox.qh"#include "button.qh"Go to the source code of this file.
Functions | |
| void | DemoConfirm_Check_Gamestatus (entity btn, entity me) |
| entity | makeXonoticDemoBrowserTab () |
| void | XonoticDemoBrowserTab_fill (entity me) |
Variables | |
| const float | DMO_PLAY = 1 |
| const float | DMO_TIME = 2 |
Definition at line 11 of file dialog_media_demo.qc.
References demolist, DialogOpenButton_Click(), DMO_PLAY, DMO_TIME, entity(), GAME_CONNECTED, GAME_ISSERVER, gamestatus, isdemo(), and main.
Referenced by XonoticDemoBrowserTab_fill().
| entity makeXonoticDemoBrowserTab | ( | ) |
Definition at line 29 of file dialog_media_demo.qc.
Referenced by XonoticMediaDialog_fill().
Definition at line 36 of file dialog_media_demo.qc.
References DemoConfirm_Check_Gamestatus(), demolist, DemoList_Filter_Change(), DemoList_Refresh_Click(), DMO_PLAY, DMO_TIME, entity(), makeXonoticButton(), makeXonoticButton_T(), makeXonoticCheckBox(), makeXonoticDemoList(), makeXonoticInputBox(), makeXonoticTextLabel(), string_null, and ZCTX.
| const float DMO_PLAY = 1 |
Definition at line 9 of file dialog_media_demo.qc.
Referenced by DemoConfirm_Check_Gamestatus(), and XonoticDemoBrowserTab_fill().
| const float DMO_TIME = 2 |
Definition at line 10 of file dialog_media_demo.qc.
Referenced by DemoConfirm_Check_Gamestatus(), and XonoticDemoBrowserTab_fill().