Xonotic
dialog_multiplayer_media_screenshot.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "tab.qh"
6  ATTRIB(XonoticScreenshotBrowserTab, intendedWidth, float, 1);
8  ATTRIB(XonoticScreenshotBrowserTab, columns, float, 6.5);
9  ATTRIB(XonoticScreenshotBrowserTab, name, string, "ScreenshotBrowser");
10 
11  METHOD(XonoticScreenshotBrowserTab, loadPreviewScreenshot, void(entity, string));
12  ATTRIB(XonoticScreenshotBrowserTab, screenshotImage, entity);
13  ATTRIB(XonoticScreenshotBrowserTab, currentScrPath, string);
CLASS(Object) Object
Definition: oo.qh:318
Definition: tab.qh:4
entity() spawn
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
#define ATTRIB(...)
Definition: oo.qh:136
#define ENDCLASS(cname)
Definition: oo.qh:269
entity makeXonoticScreenshotBrowserTab()