Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog_media_demo.qh File Reference
#include "tab.qh"
Include dependency graph for dialog_media_demo.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticDemoBrowserTab

Functions

entity makeXonoticDemoBrowserTab ()

Function Documentation

◆ makeXonoticDemoBrowserTab()

entity makeXonoticDemoBrowserTab ( )

Definition at line 29 of file dialog_media_demo.qc.

30{
31 entity me;
33 me.configureDialog(me);
34 return me;
35}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticMediaDialog_fill().