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

Go to the source code of this file.

Classes

class  XonoticGuideTab

Functions

entity makeXonoticGuideTab ()

Function Documentation

◆ makeXonoticGuideTab()

entity makeXonoticGuideTab ( )

Definition at line 8 of file dialog_media_guide.qc.

9{
10 entity me;
11 me = NEW(XonoticGuideTab);
12 me.configureDialog(me);
13 return me;
14}
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().