Xonotic
|
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 XonoticMediaTab_fill(), XonoticMultiplayerDialog_fill(), XonoticServerInfoDialog_fill(), and XonoticSettingsDialog_fill().
Definition at line 12 of file tabcontroller.qc.
Definition at line 26 of file tabcontroller.qc.
References 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().