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

Go to the source code of this file.

Classes

class  XonoticScreenshotBrowserTab

Functions

entity makeXonoticScreenshotBrowserTab ()

Function Documentation

◆ makeXonoticScreenshotBrowserTab()

entity makeXonoticScreenshotBrowserTab ( )

Definition at line 11 of file dialog_media_screenshot.qc.

12{
13 entity me;
15 me.configureDialog(me);
16 return me;
17}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticScreenshotBrowserTab::ATTRIB(), and XonoticMediaDialog_fill().