Xonotic
|
#include "button.qh"
Go to the source code of this file.
Classes | |
class | XonoticCommandButton |
Macros | |
#define | COMMANDBUTTON_APPLY 2 |
#define | COMMANDBUTTON_CLOSE 1 |
Functions | |
entity | makeXonoticCommandButton (string theText, vector theColor, string theCommand, int theFlags) |
entity | makeXonoticCommandButton_T (string theText, vector theColor, string theCommand, int theFlags, string theTooltip) |
#define COMMANDBUTTON_APPLY 2 |
Definition at line 15 of file commandbutton.qh.
#define COMMANDBUTTON_CLOSE 1 |
Definition at line 14 of file commandbutton.qh.
Referenced by makeTeamButton_T(), and XonoticCommandButton_Click().
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().
entity makeXonoticCommandButton_T | ( | string | theText, |
vector | theColor, | ||
string | theCommand, | ||
int | theFlags, | ||
string | theTooltip | ||
) |
Definition at line 3 of file commandbutton.qc.
Referenced by makeXonoticCommandButton().