|
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 | makeXonoticGameSettingsTab () |
| void | XonoticGameSettingsTab_fill (entity me) |
| void | XonoticRegisteredSettingsList_getNameIcon_cb (string _name, string _icon) |
| void | XonoticRegisteredSettingsList_getTooltip_cb (string _tooltip) |
Variables | |
| string | XonoticRegisteredSettingsList_cb_name |
| string | XonoticRegisteredSettingsList_cb_tooltip |
| entity makeXonoticGameSettingsTab | ( | ) |
Definition at line 96 of file dialog_settings_game.qc.
Referenced by XonoticGameSettingsTab::fill(), and XonoticSettingsDialog_fill().
Definition at line 130 of file dialog_settings_game.qc.
References entity().
Definition at line 23 of file dialog_settings_game.qc.
References XonoticRegisteredSettingsList_cb_name.
Referenced by XonoticRegisteredSettingsList::drawListBoxItem().
Definition at line 27 of file dialog_settings_game.qc.
References XonoticRegisteredSettingsList_cb_tooltip.
Referenced by XonoticRegisteredSettingsList::focusedItemChangeNotify().
| string XonoticRegisteredSettingsList_cb_name |
Definition at line 21 of file dialog_settings_game.qc.
Referenced by XonoticRegisteredSettingsList::drawListBoxItem(), and XonoticRegisteredSettingsList_getNameIcon_cb().
| string XonoticRegisteredSettingsList_cb_tooltip |
Definition at line 22 of file dialog_settings_game.qc.
Referenced by XonoticRegisteredSettingsList::focusedItemChangeNotify(), and XonoticRegisteredSettingsList_getTooltip_cb().