Xonotic
|
#include "commandbutton.qh"
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().
entity makeXonoticCommandButton_T | ( | string | theText, |
vector | theColor, | ||
string | theCommand, | ||
int | theFlags, | ||
string | theTooltip | ||
) |
Definition at line 3 of file commandbutton.qc.
Referenced by makeXonoticCommandButton().
Definition at line 15 of file commandbutton.qc.
References cmd(), COMMANDBUTTON_CLOSE, m_goto(), and string_null.
Referenced by XonoticCommandButton_configureXonoticCommandButton().
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().