|
Xonotic
|
#include "dialog_multiplayer_media_demo.qh"#include "demolist.qh"#include "textlabel.qh"#include "inputbox.qh"#include "checkbox.qh"#include "button.qh"
Include dependency graph for dialog_multiplayer_media_demo.qc:
This graph shows which files directly or indirectly include this file: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_multiplayer_media_demo.qc.
References demolist, DialogOpenButton_Click(), DMO_PLAY, DMO_TIME, GAME_CONNECTED, GAME_ISSERVER, gamestatus, isdemo(), and main.
Here is the call graph for this function:| entity makeXonoticDemoBrowserTab | ( | ) |
Definition at line 29 of file dialog_multiplayer_media_demo.qc.
Here is the call graph for this function:Definition at line 36 of file dialog_multiplayer_media_demo.qc.
References demolist, entity(), makeXonoticDemoList(), and makeXonoticTextLabel().
Here is the call graph for this function:| const float DMO_PLAY = 1 |
Definition at line 9 of file dialog_multiplayer_media_demo.qc.
Referenced by DemoConfirm_Check_Gamestatus().
| const float DMO_TIME = 2 |
Definition at line 10 of file dialog_multiplayer_media_demo.qc.
Referenced by DemoConfirm_Check_Gamestatus().