|
Xonotic
|
#include "button.qh"
Include dependency graph for button.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| entity | makeXonoticButton (string theText, vector theColor) |
| entity | makeXonoticButton_T (string theText, vector theColor, string theTooltip) |
| void | XonoticButton_configureXonoticButton (entity me, string theText, vector theColor, string theTooltip) |
Definition at line 10 of file button.qc.
References makeXonoticButton_T(), and string_null.
Referenced by XonoticCreditsDialog_fill(), XonoticScreenshotViewerDialog_fill(), and XonoticWinnerDialog_fill().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 3 of file button.qc.
Referenced by makeXonoticButton(), and XonoticTabController_makeTabButton_T().
Here is the call graph for this function:
Here is the caller graph for this function:| void XonoticButton_configureXonoticButton | ( | entity | me, |
| string | theText, | ||
| vector | theColor, | ||
| string | theTooltip | ||
| ) |
Definition at line 15 of file button.qc.
References setZonedTooltip(), and string_null.
Here is the call graph for this function: