|
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 | makeXonoticTabController (float theRows) |
| void | XonoticTabController_configureXonoticTabController (entity me, float theRows) |
| entity | XonoticTabController_makeTabButton (entity me, string theTitle, entity tab) |
| entity | XonoticTabController_makeTabButton_T (entity me, string theTitle, entity tab, string theTooltip) |
Definition at line 5 of file tabcontroller.qc.
Referenced by XonoticMediaDialog_fill(), XonoticMultiplayerDialog_fill(), XonoticServerInfoDialog_fill(), and XonoticSettingsDialog_fill().
Definition at line 26 of file tabcontroller.qc.
References entity(), string_null, and XonoticTabController_makeTabButton_T().
| entity XonoticTabController_makeTabButton_T | ( | entity | me, |
| string | theTitle, | ||
| entity | tab, | ||
| string | theTooltip ) |
Definition at line 16 of file tabcontroller.qc.
References entity(), error, and makeXonoticButton_T().
Referenced by XonoticTabController_makeTabButton().