Xonotic
|
#include "commandbutton.qh"
Go to the source code of this file.
Classes | |
class | XonoticBigCommandButton |
Functions | |
entity | makeXonoticBigCommandButton (string theText, vector theColor, string theCommand, int theFlags) |
entity | makeXonoticBigCommandButton_T (string theText, vector theColor, string theCommand, int theFlags, string theTooltip) |
entity makeXonoticBigCommandButton | ( | string | theText, |
vector | theColor, | ||
string | theCommand, | ||
int | theFlags | ||
) |
Definition at line 10 of file bigcommandbutton.qc.
References makeXonoticBigCommandButton_T(), and string_null.
entity makeXonoticBigCommandButton_T | ( | string | theText, |
vector | theColor, | ||
string | theCommand, | ||
int | theFlags, | ||
string | theTooltip | ||
) |
Definition at line 3 of file bigcommandbutton.qc.
Referenced by makeTeamButton_T(), and makeXonoticBigCommandButton().