|
Xonotic
|
#include "commandbutton.qh"
Include dependency graph for commandbutton.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| entity | makeXonoticCommandButton (string theText, vector theColor, string theCommand, int theFlags) |
| entity | makeXonoticCommandButton_T (string theText, vector theColor, string theCommand, int theFlags, string theTooltip) |
| void | XonoticCommandButton_Click (entity me, entity other) |
| void | XonoticCommandButton_configureXonoticCommandButton (entity me, string theText, vector theColor, string theCommand, int theFlags, string theTooltip) |
| entity makeXonoticCommandButton | ( | string | theText, |
| vector | theColor, | ||
| string | theCommand, | ||
| int | theFlags | ||
| ) |
Definition at line 10 of file commandbutton.qc.
References makeXonoticCommandButton_T(), and string_null.
Referenced by XonoticAudioSettingsTab_fill(), XonoticEffectsSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticProfileTab_fill(), and XonoticVideoSettingsTab_fill().
Here is the call graph for this function:
Here is the caller graph for this function:| entity makeXonoticCommandButton_T | ( | string | theText, |
| vector | theColor, | ||
| string | theCommand, | ||
| int | theFlags, | ||
| string | theTooltip | ||
| ) |
Definition at line 3 of file commandbutton.qc.
Referenced by makeXonoticCommandButton().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 15 of file commandbutton.qc.
References cmd(), COMMANDBUTTON_CLOSE, m_goto(), and string_null.
Referenced by XonoticCommandButton_configureXonoticCommandButton().
Here is the call graph for this function:
Here is the caller graph for this function:| void XonoticCommandButton_configureXonoticCommandButton | ( | entity | me, |
| string | theText, | ||
| vector | theColor, | ||
| string | theCommand, | ||
| int | theFlags, | ||
| string | theTooltip | ||
| ) |
Definition at line 26 of file commandbutton.qc.
References XonoticCommandButton_Click().
Here is the call graph for this function: