|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "../item/radiobutton.qh"Go to the source code of this file.
Classes | |
| class | XonoticRadioButton |
Functions | |
| entity | makeXonoticRadioButton (float, string, string, string) |
| entity | makeXonoticRadioButton_T (float, string, string, string, string theTooltip) |
Definition at line 10 of file radiobutton.qc.
References entity(), makeXonoticRadioButton_T(), and string_null.
Referenced by XonoticFirstRunDialog_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticHUDAmmoDialog_fill(), XonoticHUDCenterprintDialog_fill(), XonoticHUDCheckpointsDialog_fill(), XonoticHUDHealthArmorDialog_fill(), XonoticHUDInfoMessagesDialog_fill(), XonoticHUDItemsTimeDialog_fill(), XonoticHUDPhysicsDialog_fill(), XonoticHUDPickupDialog_fill(), XonoticHUDPowerupsDialog_fill(), XonoticHUDQuickMenuDialog_fill(), XonoticHUDScoreDialog_fill(), XonoticHUDStrafeHUDDialog_fill(), XonoticHUDTimerDialog_fill(), XonoticHUDWeaponsDialog_fill(), XonoticMonsterToolsDialog_fill(), XonoticMutatorsDialog_fill(), XonoticSandboxToolsDialog_fill(), and XonoticSingleplayerDialog_fill().
| entity makeXonoticRadioButton_T | ( | float | theGroup, |
| string | theCvar, | ||
| string | theValue, | ||
| string | theText, | ||
| string | theTooltip ) |
Definition at line 3 of file radiobutton.qc.
Referenced by makeXonoticRadioButton(), XonoticAudioSettingsTab_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticMutatorsDialog_fill(), and XonoticVideoSettingsTab_fill().