|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
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 11 of file commandbutton.qc.
References entity(), makeXonoticCommandButton_T(), string_null, and vector.
Referenced by XonoticAudioSettingsTab_fill(), XonoticEffectsSettingsTab_fill(), XonoticFirstRunDialog_fill(), XonoticGameMenuDialog_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticHUDExitDialog_fill(), XonoticLanguageWarningDialog_fill(), XonoticMiscSettingsTab_fill(), XonoticMonsterToolsDialog_fill(), XonoticProfileTab_fill(), XonoticQuitDialog_fill(), XonoticResetDialog_fill(), XonoticSandboxToolsDialog_fill(), XonoticTeamSelectDialog_fill(), XonoticUid2NameDialog_fill(), XonoticVideoSettingsTab_fill(), and XonoticWelcomeDialog_fill().
| entity makeXonoticCommandButton_T | ( | string | theText, |
| vector | theColor, | ||
| string | theCommand, | ||
| int | theFlags, | ||
| string | theTooltip ) |
Definition at line 4 of file commandbutton.qc.
References entity(), NEW, and vector.
Referenced by makeXonoticCommandButton().
Definition at line 16 of file commandbutton.qc.
References COMMANDBUTTON_CLOSE, entity(), localcmd(), and other.
Referenced by XonoticCommandButton_configureXonoticCommandButton(), and XonoticWelcomeDialog_keyDown().
| void XonoticCommandButton_configureXonoticCommandButton | ( | entity | me, |
| string | theText, | ||
| vector | theColor, | ||
| string | theCommand, | ||
| int | theFlags, | ||
| string | theTooltip ) |
Definition at line 27 of file commandbutton.qc.
References entity(), vector, and XonoticCommandButton_Click().