|
Xonotic
|
#include "screenshotimage.qh"
Include dependency graph for screenshotimage.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| entity | makeXonoticScreenshotImage () |
| void | XonoticScreenshotImage_configureXonoticScreenshotImage (entity me) |
| void | XonoticScreenshotImage_draw (entity me) |
| void | XonoticScreenshotImage_load (entity me, string theImage) |
| float | XonoticScreenshotImage_mouseDrag (entity me, vector coords) |
| float | XonoticScreenshotImage_mouseMove (entity me, vector coords) |
| void | XonoticScreenshotImage_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| entity makeXonoticScreenshotImage | ( | ) |
Definition at line 3 of file screenshotimage.qc.
Referenced by XonoticScreenshotViewerDialog_fill().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 11 of file screenshotimage.qc.
References string_null.
Definition at line 43 of file screenshotimage.qc.
References draw_CenterText(), draw_Text(), floor(), SUPER, and time.
Here is the call graph for this function:Definition at line 33 of file screenshotimage.qc.
Definition at line 38 of file screenshotimage.qc.
| void XonoticScreenshotImage_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |
Definition at line 68 of file screenshotimage.qc.
References SUPER.