|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "../item/button.qh"Go to the source code of this file.
Classes | |
| class | XonoticButton |
Functions | |
| entity | makeXonoticButton (string theText, vector theColor) |
| entity | makeXonoticButton_T (string theText, vector theColor, string theTooltip) |
Definition at line 10 of file button.qc.
References entity(), makeXonoticButton_T(), string_null, and vector.
Referenced by XonoticBindingsResetDialog_fill(), XonoticCreditsDialog_fill(), XonoticCvarsDialog_fill(), XonoticDemoBrowserTab_fill(), XonoticDemoStartConfirmDialog_fill(), XonoticDemoTimeConfirmDialog_fill(), XonoticGameHUDSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticHUDConfirmDialog_fill(), XonoticHUDExitDialog_fill(), XonoticHUDStrafeHUDDialog_fill(), XonoticInputSettingsTab_fill(), XonoticMapInfoDialog_fill(), XonoticMiscSettingsTab_fill(), XonoticMonsterToolsDialog_fill(), XonoticMusicPlayerTab_fill(), XonoticMutatorsDialog_fill(), XonoticProfileTab_fill(), XonoticQuitDialog_fill(), XonoticResetDialog_fill(), XonoticSandboxToolsDialog_fill(), XonoticScreenshotBrowserTab_fill(), XonoticScreenshotViewerDialog_fill(), XonoticServerCreateTab_fill(), XonoticServerInfoDialog_fill(), XonoticServerListTab_fill(), XonoticSingleplayerDialog_fill(), XonoticSkinResetDialog_fill(), XonoticToSDialog_fill(), XonoticUserbindEditDialog_fill(), XonoticUserSettingsTab_fill(), and XonoticWinnerDialog_fill().
Definition at line 3 of file button.qc.
References entity(), NEW, and vector.
Referenced by makeXonoticButton(), XonoticCvarsDialog_fill(), XonoticDemoBrowserTab_fill(), XonoticHUDExitDialog_fill(), XonoticMiscSettingsTab_fill(), XonoticServerCreateTab_fill(), XonoticServerListTab_fill(), and XonoticTabController_makeTabButton_T().