Xonotic
screenshotimage.qh File Reference
#include "image.qh"
+ Include dependency graph for screenshotimage.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticScreenshotImage
 

Functions

entity makeXonoticScreenshotImage ()
 

Function Documentation

◆ makeXonoticScreenshotImage()

entity makeXonoticScreenshotImage ( )

Definition at line 3 of file screenshotimage.qc.

References entity(), and NEW.

Referenced by XonoticScreenshotViewerDialog_fill().

4 {
5  entity me;
7  me.configureXonoticScreenshotImage(me);
8  return me;
9 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function:
+ Here is the caller graph for this function: